From 7d86f9d440c6bf1484f5d2530f920c89aec06b02 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 12 Aug 2014 12:33:44 -0400 Subject: More future plans. --- redo/table.go | 1 - 1 file changed, 1 deletion(-) (limited to 'redo/table.go') diff --git a/redo/table.go b/redo/table.go index a9b5ada..fab2eb8 100644 --- a/redo/table.go +++ b/redo/table.go @@ -11,7 +11,6 @@ import ( // Table is a Control that displays a list of like-structured data in a grid where each row represents an item and each column represents a bit of data. // As such, a Table renders a []struct{...} where each field of the struct is rendered using package fmt's %v rule. // Tables maintain their own storage behind a sync.RWMutex-compatible sync.Locker; use Table.Lock()/Table.Unlock() to make changes and Table.RLock()/Table.RUnlock() to merely read values. -// TODO headers type Table interface { Control -- cgit v1.2.3