diff options
| author | Jeff Carr <[email protected]> | 2025-02-13 20:10:55 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-13 20:10:55 -0600 |
| commit | 1e79d31a027e3ff7bf68bee2a139df8981db1885 (patch) | |
| tree | e342ca5d464ce1c7c8ba02430be2b021c15e4660 /table.go | |
| parent | 08a5b198c7c8b7d08ab9cd7f166a8ababc88b140 (diff) | |
subbed in tables
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") } |
