Files
app/app.go
2025-05-30 11:03:44 -07:00

6 lines
285 B
Go

// Package app provides the core setup and teardown functions for the
// backend application. It handles the initialization of all sub-systems
// and the logger. app should never be imported except by a main package.
// Examples of suitable main packages are cmd and test.
package app