From 1badd5368128f5fef3e12b800f40a276a7553c4a Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 5 Aug 2014 17:46:42 -0400 Subject: Renamed textField to textfield; this is just for the private implementation. --- redo/basicctrls.go | 1 - 1 file changed, 1 deletion(-) (limited to 'redo/basicctrls.go') diff --git a/redo/basicctrls.go b/redo/basicctrls.go index f4f1297..b9265f9 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -42,7 +42,6 @@ func NewCheckbox(text string) Checkbox { } // TextField is a Control in which the user can enter a single line of text. -// TODO rename private implementations from textField to textfield type TextField interface { Control -- cgit v1.2.3