0
点赞
收藏
分享

微信扫一扫

解决LiteIDE 中的error process failed to start.


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


情况2:

package 名必须有main。

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

解决LiteIDE 中的error process failed to start._环境变量

参考:

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



举报

相关推荐

0 条评论