Closed
Description
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:
- No
go.mod
file, while modules are becoming a standard for Go dependency management - Suggests to place all exportable code in
pkg/
, which is outdated advice and no longer recommended for Go projects (as it adds a superfluous path component to every import). - Has a large number of directories, most of which aren't needed by 99% of projects
Please either spend some time to modernize this project, or delete it
Metadata
Assignees
Labels
No labels
Activity