Documentation ¶
Index ¶
- Constants
- Variables
- func DD(format string, values ...interface{})
- func DE(err error)
- func DEDetails(err error, format string, a ...interface{})
- func IsDebugging() bool
- func PrintDirExePos(source string, format string, values ...interface{})
- func PrintErrDirExePos(source string, err error, format string, values ...interface{})
- func SetMode(value string)
- func SetPrintPrefix(prefix string)
Constants ¶
View Source
const ( // DebugMode indicates gin mode is debug. DebugMode = "debug" // ReleaseMode indicates gin mode is release. ReleaseMode = "release" // TestMode indicates gin mode is test. TestMode = "test" )
Variables ¶
Functions ¶
func IsDebugging ¶
func IsDebugging() bool
func PrintDirExePos ¶
func PrintErrDirExePos ¶
func SetPrintPrefix ¶
func SetPrintPrefix(prefix string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.