Mac VSCode Golang 配置

來源:互聯網
上載者:User
這是一個建立於 的文章,其中的資訊可能已經有所發展或是發生改變。# Mac VSCode Golang 配置 1. https://golang.org/dl/ 選擇pkg自動安裝包,然後在.bash_profile中配置自訂的GOPATH eg: export GOROOT=/usr/local/go export GOPATH=/Users/lz/GoglandProjects export PATH=$PATH:$GOROOT/bin:/usr/local/git/bin export GOBIN=$GOPATH/bin export PATH=$PATH:$GOBIN 2.執行命令mkdir -p $GOPATH/src/golang.org/x&&cd $GOPATH/src/golang.org/x&& git init && go get github.com/derekparker/delve/cmd/dlv && go get github.com/kardianos/govendor&&git clone https://github.com/golang/tools.git 3.進入VSCode,建立一個main.go檔案,根據提示點擊installAll,安裝靜態解析庫 ,等待安裝完成。 ==note:== ==(第一次進入需要配置VSCode)== ![image](http://i2.bvimg.com/618828/4fec2dc233c55bb1.jpg)4.調試運行部分,如果報錯出現 could not launch process: exec: "lldb-server": executable file not found in $PATH Process exiting 執行命令: xcode-select --install431 次點擊  
相關文章

聯繫我們

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