Files
notes/archive/100 Mistakes in Go.md

208 B

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