11 lines
296 B
Markdown
11 lines
296 B
Markdown
# Project Map
|
|
|
|
## Main structure
|
|
- `cmd/` contains runnable binaries
|
|
- `internal/` contains non-exported app logic
|
|
- `pkg/` is for reusable public packages if present
|
|
|
|
## Notes
|
|
- Check `Makefile` for repo-preferred command wrappers
|
|
- Some integration tests may depend on Docker or local services
|