Migrate Markdown-Notes: projects, meetings, reference, personal
This commit is contained in:
6
archive/100 Mistakes in Go.md
Normal file
6
archive/100 Mistakes in Go.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user