1.File->Settings->Plugins->Browse repositories,輸入Go查詢,看右側說明確認是正確的go插件便可安裝
打開File->Settings->Languages & Frameworks,裏面會多出Go的設置菜單
2.新建project工程,默認便可
右鍵test.ho,選擇「Run 'test.go'」便可
小Tips
1.提示GOPATH is empty
解決方法:
a.新建文件夾(這裏個人是"GoWorkPath"),裏面在手動建立bin、pkg、src三個目錄。
b.vi ~/.bash_profile,打開編輯模式,添加 export GOPATH=[***/
GoWorkPath
]
source ~/.bash_profile 使編輯生效
go env驗證配置是否成功
注:若還提示該問題,請檢查Go設置菜單的Global libraries中是否有添加指向
GoWorkPath的子項