diff options
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ package main import ( - log "go.wit.com/log" - "go.wit.com/toolkits/tree" + "go.wit.com/lib/protobuf/guipb" + "go.wit.com/log" ) -func showTable(t *tree.Node) { +func showTable(t *guipb.Table) { log.Info("should show table here") } |
