package
0.0.0-20240117093828-ddcb0c8069ad
Repository: https://github.com/cthiel77/server-demo.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

DevModeEnabled returns true, if app is in dev mode.
GetAppModeKey returns the current application mode key (pssible: dev, prod).
ProdModeEnabled returns true, if app is in prod mode.

# Constants

ModeKeyDev mode key dev.
ModeKeyProd mode key prod.

# Variables

Code Application Code.
Mode mode.
ModeDefault default mode is dev.