From 1e79d31a027e3ff7bf68bee2a139df8981db1885 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Thu, 13 Feb 2025 20:10:55 -0600 Subject: subbed in tables --- Makefile | 2 +- table.go | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 8155be2..6ee8dae 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ custom: GO111MODULE=off go build -v -work -buildmode=blah clean: - rm -f gocui gocui.so + rm -f gocui gocui.so go.* rm -f *.pb.go *.patch go-mod-clean --purge diff --git a/table.go b/table.go index e69c593..9e971de 100644 --- a/table.go +++ b/table.go @@ -4,10 +4,10 @@ package main import ( - log "go.wit.com/log" - "go.wit.com/toolkits/tree" + "go.wit.com/lib/protobuf/guipb" + "go.wit.com/log" ) -func showTable(t *tree.Node) { +func showTable(t *guipb.Table) { log.Info("should show table here") } -- cgit v1.2.3