diff options
Diffstat (limited to 'table.go')
| -rw-r--r-- | table.go | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/table.go b/table.go new file mode 100644 index 0000000..9e971de --- /dev/null +++ b/table.go @@ -0,0 +1,13 @@ +// Copyright 2017-2025 WIT.COM Inc. All rights reserved. +// Use of this source code is governed by the GPL 3.0 + +package main + +import ( + "go.wit.com/lib/protobuf/guipb" + "go.wit.com/log" +) + +func showTable(t *guipb.Table) { + log.Info("should show table here") +} |
