package
0.1.0
Repository: https://github.com/minivera/go-lander.git
Documentation: pkg.go.dev

# Functions

Debugf executes Printf with the given parameters if IsDebug is true.
Debugln executes Println with the given parameters if IsDebug is true.

# Variables

IsDebug sets if the app is in debug mode, which will allow debug logging.