mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
improve UT for package gcron (#1966)
This commit is contained in:
@ -39,3 +39,8 @@ func init() {
|
||||
func IsDebugEnabled() bool {
|
||||
return isDebugEnabled
|
||||
}
|
||||
|
||||
// SetDebugEnabled enables/disables the internal debug info.
|
||||
func SetDebugEnabled(enabled bool) {
|
||||
isDebugEnabled = enabled
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user