Launch Bobberino
./bobberino
- Golang 1.13+ [Download]
- Linux
- MacOS (Need testers)
- BSD (Need testers)
- Windows
- Note: Windows requires Git BASH for proper color rendering Download
go build main.go
Optional: Compile with all errors displayed, then run binary. Avoids "too many errors" from hiding error info.
go build -gcflags="-e" && ./bobberino
- MIT License
gofmt
is used on all files.- go modules are used to manage dependencies.