From ec590d6149ba178246055d0790c2f1f4d17c6bee Mon Sep 17 00:00:00 2001 From: Jakub Sobon Date: Mon, 14 May 2018 01:57:00 +0100 Subject: [PATCH] Adding missing keyword. --- doc/widget_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/widget_development.md b/doc/widget_development.md index b7dc0c0..8e93fae 100644 --- a/doc/widget_development.md +++ b/doc/widget_development.md @@ -56,7 +56,7 @@ A typical unit test creates the expected fake terminal, executes the widget to get the actual fake terminal and compares the two: ```go -TestWidget(t *testing.T) { +func TestWidget(t *testing.T) { tests := []struct { desc string canvas image.Rectangle