mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
improve gerror for stack information; fix issue in gconv.String for nil *time.Time type
This commit is contained in:
@ -31,6 +31,11 @@ func init() {
|
||||
}
|
||||
}
|
||||
|
||||
// IsInGFDevelop checks and returns whether current process is in GF development.
|
||||
func IsInGFDevelop() bool {
|
||||
return isInGFDevelop
|
||||
}
|
||||
|
||||
// Print prints <v> with newline using fmt.Println.
|
||||
// The parameter <v> can be multiple variables.
|
||||
func Print(v ...interface{}) {
|
||||
|
||||
Reference in New Issue
Block a user