-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
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
Error when do command go fmt #682
Comments
cc @gaoxinge |
我暂时无法在下面的环境下重现这个问题:
我看你的报错里面访问了库,这个库在go mod中缓存 |
Closed
调查了一下这个报错,得到以下结果:
结论:
go mod edit -replace launchpad.net/gocheck=github.com/go-check/check@v0.0.0-20140225173054-eb6ee6f84d0a
go mod tidy
go mod vendor
|
Merged
I have fixed this issue in #702. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happened:
When do
go fmt ./... && [[ -z
git status -s]]
will errorWhat you expected to happen:
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know?:
The text was updated successfully, but these errors were encountered: