6 lines
285 B
Go
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
|