|
|
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| bash.go | ||
| buildPlugin.go | ||
| configureENV.go | ||
| doDebug.go | ||
| goModClean.go | ||
| human.go | ||
| install.go | ||
| install_darwin.go | ||
| install_linux.go | ||
| install_windows.go | ||
| protoc.go | ||
| questionUser.go | ||
README.md
forge help
This is some code to help new users compile the GO GUI plugins which can be rather difficult to figure out how to do.
Design Goals
- automate the recovery and build process for GO plugins
- handle input from STDIN when there is no GUI yet
Notes
Try to make things easy.