go語言學習筆記

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。

一.官網 下載

    英文官網 http://golang.org/

    中文官網 http://zh.golanger.com/ 

 

二.zip安裝配置環境變數

系統變數名:
GOROOT
值:C:\go\bin
Go的安裝位置
C:\go
系統變數名:
Path
追加值:
;%GOROOT%\bin

三.是否正確安裝

go version

四.編譯,執行

1.編譯

go build -o C:\test.exe C:\test.go

或者

go build C:\test.go

2.

執行,在命令提示字元中執行命令:

test.exe

五.注意(window環境)

     用go get去安裝第三方包出錯:exec: "hg": executable file not found in %PATH%

需要安裝Mercurial的hg 下載地址 http://mercurial.selenic.com/release/windows/Mercurial-2.7-x64.exe 安裝成功後就可以使用  go get 命令了

   如果出現 go build runtime: windows/386 must be bootstrapped using make.bashhou 錯誤

   去掉

GOARCH
GOOS

兩個環境變數

 

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.