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") +}