Skip to content

Instantly share code, notes, and snippets.

View KahfiSmith's full-sized avatar
🌴
On vacation

Kahfi Smith KahfiSmith

🌴
On vacation
View GitHub Profile
yourapp/
├─ cmd/
│ └─ api/
│ └─ main.go # ENTRYPOINT: load config, init db, init router, run
├─ internal/
│ ├─ config/ # (punyamu: config) → taruh config loader/env
│ │ ├─ config.go
│ │ └─ database.go # optional (pisah DSN/db options)
│ │