Go 語言模組安裝工具:goinstall

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

 

文檔地址:http://golang.org/cmd/goinstall/  Go模組列表:http://godashboard.appspot.com/package

goinstall 主要是方便安裝第三方模組,目前支援 hg(mercurial),git,svn三種版本控制系統。

下面來舉例怎麼安裝 web.go 模組。源地址是:http://github.com/hoisie/web.go

smallfish@debian:~$ goinstall -dashboard=true github.com/hoisie/web.go

根據網速快慢,過一段時間會結束。期間木有任何提示。(可以加上 -v=true 參數,可以顯示安裝過程和提示。)

查看下安裝的目錄和路徑:

smallfish@debian:~$ ls $GOROOT/src/pkg/github.com/hoisie/web.go/examples  _go_.8   Makefile  Readme.md   scgi.go       status.go  web_test.gofcgi.go   LICENSE  _obj      request.go  servefile.go  web.go

程式碼範例:

import (web "github.com/hoisie/web.go")

另外注意點,官方文檔裡 -update 選項現在版本裡已經縮寫,改成 -u。

PS:用goinstall 之前要裝上 hg(mercurial),git,svn  它是自動選擇其中的來用,如果相應的工具沒有裝也不無法更新的;

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.