We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
报错信息: go: apps/book imports github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod: module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo 原因: 依赖地址变了,原地址:imdario/mergo 现在地址:dario.cat/mergo 需要手动下载go get dario.cat/mergo 并修改apps->book->app.go 文件
go: apps/book imports github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod: module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo
go get dario.cat/mergo
apps->book->app.go
The text was updated successfully, but these errors were encountered:
No branches or pull requests
报错信息:
go: apps/book imports github.com/imdario/mergo: github.com/imdario/[email protected]: parsing go.mod: module declares its path as: dario.cat/mergo but was required as: github.com/imdario/mergo
原因:
依赖地址变了,原地址:imdario/mergo
现在地址:dario.cat/mergo
需要手动下载
go get dario.cat/mergo
并修改
apps->book->app.go
文件The text was updated successfully, but these errors were encountered: