summaryrefslogtreecommitdiff
path: root/table.go
blob: 9e971de420c13881e8e85999f06e251dff886254 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// Copyright 2017-2025 WIT.COM Inc. All rights reserved.
// Use of this source code is governed by the GPL 3.0

package main

import (
	"go.wit.com/lib/protobuf/guipb"
	"go.wit.com/log"
)

func showTable(t *guipb.Table) {
	log.Info("should show table here")
}