Skip to content

👷 Bobberino is a simple cross-compiler tool for Go projects

License

Notifications You must be signed in to change notification settings

karai/bobberino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

👷 Bobberino is a simple cross-compiler tool for Go projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages