diff options
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ type TreeInfo struct { Disable func(*Node) // disable a widget ShowTable func(*guipb.Table) // attempt at sending a whole table currentTables []*guipb.Table // track the list of tables? - Root *guipb.Tree // this is the future of this system + // Root *guipb.Tree // this is the future of this system } type Node struct { |
