您好,登錄后才能下訂單哦!
這篇文章主要介紹了goland中導包報紅和go mod問題怎么解決的相關知識,內容詳細易懂,操作簡單快捷,具有一定借鑒價值,相信大家閱讀完這篇goland中導包報紅和go mod問題怎么解決文章都會有所收獲,下面我們一起來看看吧。
import的包有兩類:
(1)在go.mod中有地址的,這種需要拉到gopath/pkg下
(2)沒在go.mod的,這種在項目里,import的路徑需要從path路徑(即:/go/src/,gopath為go尋找的根路徑)為根路徑可以找到的:import github.com/CardInfoLink/quickpay/internal/ins,對應項目所在路徑:/go/src/github.com/CardInfoLink/quickpay
要打開項目的直接目錄:trunk
若打開上級的話則報紅
可能有關這些配置文件的原因
go mod tidy
goland 還是報紅的話 goland Preference->Go->Go Modules(vgo) -> Enable Go Modules(vgo)intergration
jrw@wangfy:~/code/community/article$ go mod Go mod provides access to operations on modules. Note that support for modules is built into all the go commands, not just 'go mod'. For example, day-to-day adding, removing, upgrading, and downgrading of dependencies should be done using 'go get'. See 'go help modules' for an overview of module functionality. Usage: go mod <command> [arguments] The commands are: download download modules to local cache edit edit go.mod from tools or scripts graph print module requirement graph init initialize new module in current directory tidy add missing and remove unused modules vendor make vendored copy of dependencies verify verify dependencies have expected content why explain why packages or modules are needed Use "go help mod <command>" for more information about a command.
GO111MODULE=on
export GOPROXY=https://goproxy.io
sudo chmod -R 777 /工作目錄 (-R:是指幾連醫用到目錄里所有子目錄和文件;777:是指所有用戶都擁有的最高權限)
go mod tidy
關于“goland中導包報紅和go mod問題怎么解決”這篇文章的內容就介紹到這里,感謝各位的閱讀!相信大家對“goland中導包報紅和go mod問題怎么解決”知識都有一定的了解,大家如果還想學習更多知識,歡迎關注億速云行業資訊頻道。
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。