情况1:http://my.oschina.net/uniquejava/blog/103220
环境变量中定义了没用的:GOBIN
情况2:
package 名必须有main。
如下图: 修改 package 名 为 main 后就正常了。
参考:
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