stub in something to handle tables
This commit is contained in:
parent
242e30e543
commit
5856b41d42
|
@ -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")
|
||||
}
|
Loading…
Reference in New Issue