1 2 3 4 5 6 7 8 9 10 11 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") }