mirror of
https://github.com/teivah/100-go-mistakes.git
synced 2026-06-22 01:17:11 +08:00
Minor
This commit is contained in:
parent
cdcf199ad7
commit
e3f8e43b6a
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue