subbed in tables
This commit is contained in:
parent
08a5b198c7
commit
1e79d31a02
2
Makefile
2
Makefile
|
@ -23,7 +23,7 @@ custom:
|
||||||
GO111MODULE=off go build -v -work -buildmode=blah
|
GO111MODULE=off go build -v -work -buildmode=blah
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f gocui gocui.so
|
rm -f gocui gocui.so go.*
|
||||||
rm -f *.pb.go *.patch
|
rm -f *.pb.go *.patch
|
||||||
go-mod-clean --purge
|
go-mod-clean --purge
|
||||||
|
|
||||||
|
|
6
table.go
6
table.go
|
@ -4,10 +4,10 @@
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
log "go.wit.com/log"
|
"go.wit.com/lib/protobuf/guipb"
|
||||||
"go.wit.com/toolkits/tree"
|
"go.wit.com/log"
|
||||||
)
|
)
|
||||||
|
|
||||||
func showTable(t *tree.Node) {
|
func showTable(t *guipb.Table) {
|
||||||
log.Info("should show table here")
|
log.Info("should show table here")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue