# Functions
Info returns the static app info
This struct is used mainly to provide tags to append to logs.
LogHook provides an olog compatible hook func which extracts and returns the app Data as a nested attribute on log record.
SetName sets the app name
Should only be called from tests and app initialization.
# Variables
Version needs to be set at build time using -ldflags "-X github.com/getoutreach/gobox/pkg/app.Version=something"
nolint:gochecknoglobals // Why: For linking.