From cc74f44d58c1e39296c6ca26153ff664998c4533 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Fri, 1 Aug 2014 21:49:44 -0400 Subject: [PATCH] More TODOs. --- redo/basicctrls.go | 1 + 1 file changed, 1 insertion(+) diff --git a/redo/basicctrls.go b/redo/basicctrls.go index 1ff3f57..9bf14d7 100644 --- a/redo/basicctrls.go +++ b/redo/basicctrls.go @@ -43,6 +43,7 @@ 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