A tool to run Go with Python environment configured.
Features:
- Don't need to install Go and Python, just need to download got
- Create a project with Go and Python environment configured
- Build, run, install Go packages with Python environment configured
- Compatible with Windows, Linux, MacOS
go install github.com/gotray/got/cmd/got@latest
got init myproject
cd myproject
got run .