blob: 25cb82d9cc9933f6f831998e1379c3dd47e25da7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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.
|