|
|
|
|
|
by PeterWhittaker
1943 days ago
|
|
Looks cool, but nothing much happens for me. I used brew to install go, then ran the following: % type -a go
/usr/local/bin/go
% cd tsukae
% go get -d ./...
go: downloading github.com/inconshreveable/mousetrap v1.0.0
% go run main.go
o: downloading github.com/spf13/cobra v1.1.3
go: downloading github.com/gizak/termui/v3 v3.1.0
go: downloading github.com/mattn/go-runewidth v0.0.2
go: downloading github.com/nsf/termbox-go v0.0.0-20190121233118-02980233997d
go: downloading github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7
go: downloading github.com/spf13/pflag v1.0.5
...a whole lot of usage information...
...but nothing useful (not a go person, so, YMMV)....Any ideas? FYI, % go version
go version go1.16 darwin/amd64
|
|
go build
./tsukae