I'm trying out LiteIDE for golang and there are no docs to speak of and apparently no forum. I've set the Env for my environment and go installation. When I try to use it on the hello.go file (as a file or a a project) all I get is
<action id="Run" cmd="${TARGETPATH}" args="${TARGETARGS}">
<start=" " workdir="C:/liteide.projects"/>
<error msg="process failed to start" />
</action>
(Sorry for the formatting but the Code Sample tags in this forum can't handle XML blocks.)
Lots of other people have seen the same thing.
What are the TARGETPATH and TARGETARGS that is shown?
Is there any documentation on how to configure LiteIDE?