//
pkg.gl
Category
github.com/minivera/go-lander
internal
package
0.1.0
Repository:
https://github.com/minivera/go-lander.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
4
Files
22 SLOC
#
Functions
Debugf
Debugf executes Printf with the given parameters if IsDebug is true.
Debugln
Debugln executes Println with the given parameters if IsDebug is true.
#
Variables
IsDebug
IsDebug sets if the app is in debug mode, which will allow debug logging.