You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 year ago | |
---|---|---|
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 1 year ago | |
env.go | 1 year ago | |
gadgets.go | 1 year ago | |
go.mod | 1 year ago | |
go.sum | 1 year ago | |
install.go | 1 year ago | |
main.go | 1 year ago |
README.md
GoGo
Go, but with gadgets!
GoGo wraps the normal Go toolchain, however it enables a few tweaks.
Gadgets
When invoking gogo
, first it checks for a binary in PATH
with a special name based on the first argument.
For example, gogo magic
will look for a binary called go-magic
in PATH
and execute it with any remaining arguments.