diff options
| author | Jeff Carr <[email protected]> | 2025-02-12 15:26:24 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-12 15:26:24 -0600 |
| commit | 552bdeb1e6250065f553af16756e54f90092d86b (patch) | |
| tree | ecb04b4a515a4ed6a0f521faa3f6af10209ca642 /table.go | |
| parent | 0a6027244078ce36de31af64dfd01e561420d4e5 (diff) | |
plugin related cleanups
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..e69c593 --- /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 ( + log "go.wit.com/log" + "go.wit.com/toolkits/tree" +) + +func showTable(t *tree.Node) { + log.Info("should show table here") +} |
