My go binaries end up in the src folder
If you can pass a command line parameter to LiteIDE’s go build instruction, you can do something like this; go build -o $GOPATH/bin/outputfile.exe source.go
If you can pass a command line parameter to LiteIDE’s go build instruction, you can do something like this; go build -o $GOPATH/bin/outputfile.exe source.go