This commit is contained in:
Teiva Harsanyi 2022-07-28 11:26:14 +02:00
parent cdcf199ad7
commit e3f8e43b6a
No known key found for this signature in database
GPG key ID: 388C6CEAE0539114

View file

@ -56,10 +56,6 @@ To handle options conveniently and in an API-friendly manner, use the functional
#### #12: Project misorganization (project structure and package organization)
* Project structure
* Package organization
Following a layout such as project-layout can be a good way to start structuring Go projects, especially if you are looking for existing conventions to standardize a new project.
#### #13: Creating utility packages