This commit is contained in:
aozhiwei 2024-04-09 15:00:34 +08:00
parent 7f080f238e
commit 67c14c72ff

View File

@ -256,3 +256,7 @@ func GetCallStack() string {
}
return string(buf)
}
func IsDebug() bool {
return true
}