Go to file
Jeff Carr cc5db9ba7e attempt to fix macos build 2025-08-31 17:19:53 -05:00
.gitignore forgot .gitignore go.* 2025-01-13 09:20:48 -06:00
LICENSE trigger new version due to pkg vs sum error 2025-05-23 10:31:52 -05:00
Makefile make install 2025-01-13 06:03:49 -06:00
README.md trigger new version due to pkg vs sum error 2025-05-23 10:31:52 -05:00
goModClean.go add help for 'go-mod-clean' 2025-01-17 05:13:25 -06:00
goSrcFind.go code to determine the go src directory 2025-01-13 08:55:48 -06:00
goWork.go code to determine the go src directory 2025-01-13 08:55:48 -06:00
human.go attempt to fix macos build 2025-08-31 17:19:53 -05:00
install.go attempt to fix macos build 2025-08-31 17:19:53 -05:00
install_darwin.go attempt to fix macos build 2025-08-31 17:19:53 -05:00
install_linux.go attempt to fix macos build 2025-08-31 17:19:53 -05:00
install_windows.go attempt to fix macos build 2025-08-31 17:19:53 -05:00
protoc.go parse out the uuid and version 2025-01-17 02:51:16 -06:00

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.