-
Notifications
You must be signed in to change notification settings - Fork 8.1k
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
slices package not found #4128
Comments
The |
It's seem that upgrade go version is a better way. |
OK thanks |
Hello @wangqing-github, do you think this resolved your issue? If so, please close this issue so we can keep a nice and clean repository. |
You can use such as "go get github.com/gin-gonic/[email protected]", do not add the -u parameter, this will only pull the dependencies of v1.8.2. After adding the -u parameter, you will try to automatically upgrade all Small versions of dependencies, higher versions of dependencies may use higher versions of golang features, such as slices |
when i execute go get: go get -u github.com/gin-gonic/gin
error msg:
gogogo/gin imports
github.com/gin-gonic/gin imports
golang.org/x/net/http2 tested by
golang.org/x/net/http2.test imports
slices: no Go source files
The project won't start

After I removed the reference to gin, the project returned to normal
The text was updated successfully, but these errors were encountered: