Files
notes/archive/100 Mistakes in Go.md

7 lines
208 B
Markdown

## Ch. 2 Code and Project Organization
##### 2.12 Project misorganization
- main.go should be in /cmd/projectname
- api integration test like main_test.go should be in /test
- sqlc should be in /vendor/sqlc