5

I've installed the LiteIDE IDE for Go. I create a new Go project, but I when I try to run it I get:

<action id="Run" cmd="$(TARGETPATH)" args="$(TARGETARGS)">
<start=" " workdir=""/>
<error msg="process failed to start" />
</action>

I guess I need to configure LiteIDE, but I don't how and I did not find any relevant documentation.

OneOfOne
  • 95,033
  • 20
  • 184
  • 185
Blacksad
  • 14,906
  • 15
  • 70
  • 81

1 Answers1

2

Something like that:

  1. Create Go1 Project in YOUR_PATH
  2. Import project (in projects window) and set custom GOOPATH to YOUR_PATH.
  3. Set active project in the context menu on YOUR_PATH.
yazu
  • 4,462
  • 1
  • 20
  • 14