summaryrefslogtreecommitdiff
path: root/tablePB.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-12 14:52:28 -0500
committerJeff Carr <[email protected]>2025-09-12 14:52:28 -0500
commitc13e84a805869af262216f94674aae13b5d3b086 (patch)
tree6fd2cb52e51afae35c147dfc5309f06d6e49b013 /tablePB.go
parent242e30e543a5a37c9e4149d970d6fb1170f586c5 (diff)
stub in something to handle tablesv0.0.6
Diffstat (limited to 'tablePB.go')
-rw-r--r--tablePB.go12
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")
+}