Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.41 KB

bobberino

Discord GitHub issues GitHub stars Build GitHub GitHub issues by-label

Usage

Launch Bobberino

./bobberino

Dependencies

Operating System

  • Linux
  • MacOS (Need testers)
  • BSD (Need testers)
  • Windows
    • Note: Windows requires Git BASH for proper color rendering Download

Building

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

Example

image

Contributing

  • MIT License
  • gofmt is used on all files.
  • go modules are used to manage dependencies.