Need instructions in README for getting package dependencies. #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Greetings Sau Sheong!
I don't know anything about go, so maybe this is an unreasonable request, but could you add to the README instructions for building this app from scratch? Specifically, when I do a
go build main.goI get:Is there something in go analogous to Ruby's
gem installthat needs to be run?Thank you.
see https://github.com/disintegration/gift & https://github.com/nsf/termbox-go
@keithrbennett yes if you use
go get github.com/disintegration/gift github.com/nsf/termbox-goit should install it for you.