How to use LiteIDE for a Go project?

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.

+5
source share
1 answer

Something like that:

  • Create a Go1 project in YOUR_PATH
  • Import the project (in the project window) and set the custom GOOPATH to YOUR_PATH.
  • Set the active project in the context menu to YOUR_PATH.
+2
source

All Articles