summaryrefslogtreecommitdiff
path: root/tablePB.go
blob: 8cdaa384962b53d595b8da8401e0e7c3a29c47ff (plain)
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")
}