久久久久久久视色,久久电影免费精品,中文亚洲欧美乱码在线观看,在线免费播放AV片

<center id="vfaef"><input id="vfaef"><table id="vfaef"></table></input></center>

    <p id="vfaef"><kbd id="vfaef"></kbd></p>

    
    
    <pre id="vfaef"><u id="vfaef"></u></pre>

      <thead id="vfaef"><input id="vfaef"></input></thead>

    1. 站長資訊網(wǎng)
      最全最豐富的資訊網(wǎng)站

      VSCode Go擴展安裝失敗

      VSCode Go擴展安裝失敗

      VSCode Go擴展安裝失敗

      VSCode Go擴展安裝失敗,其原因安裝插件需要依賴于國外網(wǎng)站“https://golang.org/x/tools”,而國內(nèi)無法訪問,所以導致安裝失敗,解決方法:使用Go官方在Github上建立的鏡像庫,將插架下載到本地進行安裝即可。

      克隆方法

      // 進入VS Code設置的GOPATH的src目錄   cd /D D:GoProjectssrc   // 創(chuàng)建golang.org目錄,如果已經(jīng)存在忽略該指令   mkdir golang.org   // 進入golang.org目錄   cd golang.org   // 創(chuàng)建x目錄,如果已經(jīng)存在忽略該指令   mkdir x   // 進入x目錄   cd x   // 獲取tools源碼   git clone https://github.com/golang/tools   // 獲取lint源碼   git clone https://github.com/golang/lint

      安裝插件

      Installing github.com/mdempsky/gocode SUCCEEDED  Installing github.com/ramya-rao-a/go-outline SUCCEEDED  Installing github.com/acroca/go-symbols SUCCEEDED  Installing golang.org/x/tools/cmd/guru SUCCEEDED  Installing golang.org/x/tools/cmd/gorename SUCCEEDED  Installing github.com/stamblerre/gocode SUCCEEDED  Installing github.com/sqs/goreturns SUCCEEDED  Installing golang.org/x/lint/golint SUCCEEDED     All tools successfully installed. You're ready to Go :).

      推薦教程:《Go教程》

      贊(0)
      分享到: 更多 (0)
      網(wǎng)站地圖   滬ICP備18035694號-2    滬公網(wǎng)安備31011702889846號