diff options
| author | Jeff Carr <[email protected]> | 2025-09-12 14:52:28 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-12 14:52:28 -0500 |
| commit | c13e84a805869af262216f94674aae13b5d3b086 (patch) | |
| tree | 6fd2cb52e51afae35c147dfc5309f06d6e49b013 /tablePB.go | |
| parent | 242e30e543a5a37c9e4149d970d6fb1170f586c5 (diff) | |
stub in something to handle tablesv0.0.6
Diffstat (limited to 'tablePB.go')
| -rw-r--r-- | tablePB.go | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tablePB.go b/tablePB.go new file mode 100644 index 0000000..8cdaa38 --- /dev/null +++ b/tablePB.go @@ -0,0 +1,12 @@ +// Copyright 2025 WIT.COM Inc Licensed GPL 3.0 + +package cobol + +import ( + "go.wit.com/lib/protobuf/guipb" + "go.wit.com/log" +) + +func PrintTable(pb *guipb.Table) { + log.Info("print PB here") +} |
