504 B
504 B
cmd
Application entrypoints.
| binary | purpose |
|---|---|
cmd/server |
HTTP server and worker processes |
cmd/user |
User management CLI |
Conventions
- Each subdirectory is a
package mainthat compiles to a standalone binary. - Shared logic lives in
internal/orpkg/, not incmd/. - Configuration is read from environment variables — see each binary's
main.gofor the full list.