You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Screenshot
What did you do?
I was following the tutorial guide. When I ran go get ., I got an error.
What did you expect to see?
I wanted to download only the gin dependency that I imported in my main.go file.
What did you see instead?
I installed gin dependency, but it kept downloading other things I don't require. I believe that portion of the tutorial should be corrected so that only the required dependency gets downloaded. Thank you.
The text was updated successfully, but these errors were encountered:
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
What is the URL of the page with the issue?
https://go.dev/doc/tutorial/web-service-gin
What is your user agent?
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36 Edg/135.0.0.0
Screenshot
What did you do?
I was following the tutorial guide. When I ran
go get .
, I got an error.What did you expect to see?
I wanted to download only the gin dependency that I imported in my
main.go
file.What did you see instead?
I installed gin dependency, but it kept downloading other things I don't require. I believe that portion of the tutorial should be corrected so that only the required dependency gets downloaded. Thank you.
The text was updated successfully, but these errors were encountered: