I am trying to run go code in geany.
Unfortunately I get this error when I try to execute:
./geany_run_script.sh: 5: ./geany_run_script.sh: go: not found
I know some posts say that one must compile or build before running but the go run
command compiles and runs at the same time, so ...
How does one run go code in geany?