Skip to content

x/website: Noticed An Area of Developing a RESTful API with Go and Gin Tutorial That Needs Changes #73286

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

Closed
favour-olumese opened this issue Apr 9, 2025 · 2 comments
Labels
Milestone

Comments

@favour-olumese
Copy link

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

Image

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.

@gopherbot gopherbot added this to the Unreleased milestone Apr 9, 2025
@seankhliao
Copy link
Member

Those are all required dependencies of gin.

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.

For questions please refer to https://github.com/golang/go/wiki/Questions

@seankhliao seankhliao closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2025
@favour-olumese
Copy link
Author

Thank you so much, @seankhliao.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants