解决LiteIDE 中的error process failed to start.

情况1:http://my.oschina.net/uniquejava/blog/103220

环境变量中定义了没用的:GOBIN


情况2:

package 名必须有main。

如下图: 修改 package 名 为 main 后就正常了。

NewImage

参考:

http://stackoverflow.com/questions/11949007/go-cannot-compile-hello-world-windows/

https://github.com/astaxie/build-web-application-with-golang/blob/master/01.3.md



你可能感兴趣的:(process)