-
Notifications
You must be signed in to change notification settings - Fork 5.3k
This repository has multiple serious issues #41
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
Comments
Thank you for sharing your thoughts @eliben! I understand where you are coming from and the concerns you are raising. The main README tries to address, at least, some of them. You should leverage as much as it makes sense and for simple projects Note that go modules is still not officially out (even with 1.13). The blog post that goes along with the repo explicitly addresses that. I'll make sure to add a note in the main repo too. As soon as it's fully enabled the repo will be updated to reflect this feature. As a go module user myself i can tell you that it still has rough edges though :-) The |
@eliben by the way, I saw your recent blog post where you mentioned the official CommonMistakes Go page and how small it is. |
Coming from the other side: Im a Go beginner (15ys of developing other stuff) and starting to outgrow the "main.go in root" phase. This repository gave me a nice introduction to some concepts and pointers how to structure my projects. So far I havent seen anything comparable from the official Go project team. So, thanks for the good work @kcq ! |
It's all that matters :) If you find it useful use it (at least, some parts of it) and if not then you can ignore it. |
This has been discussed enough and there's enough context for everybody to make their own mind and decide what they want to do. Intimidation, bullying and other toxic comments are not acceptable and will be removed. |
The existence of this repository is harmful for Go beginners. People arrive here from Google searches, looking for ways to structure their small, simple packages. What they find is overwhelming, at the least.
It has several serious issues:
go.mod
file, while modules are becoming a standard for Go dependency managementpkg/
, which is outdated advice and no longer recommended for Go projects (as it adds a superfluous path component to every import).Please either spend some time to modernize this project, or delete it
The text was updated successfully, but these errors were encountered: