Migrate Markdown-Notes: projects, meetings, reference, personal

This commit is contained in:
2026-01-26 22:05:01 +00:00
parent 9507ddf856
commit 49025b3586
93 changed files with 3422 additions and 11 deletions

View 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