I installed the LiteIDE IDE for Go. I create a new Go project, but when I try to start it, I get:
<action id="Run" cmd="$(TARGETPATH)" args="$(TARGETARGS)">
<start=" " workdir=""/>
<error msg="process failed to start" />
</action>
I think I need to configure LiteIDE, but I do not understand, and I did not find the relevant documentation.
source
share