标签: windows http go
我下载了Go for Windows(go.weekly.2012-01-27.windows-amd64.tar.gz),设置环境变量
GOOS=windows GOROOT=c:\go GOBIN=c:\go\bin GOARCH=386
并且能够创建HelloWorld.exe。现在我尝试了一个非常简单的例子来导入“http”,但它找不到它。我需要goinstall还是添加某事。到PATH?
答案 0 :(得分:24)
导入“net/http”//在r60 IIRC中是“http”