mirror of
https://gitee.com/johng/gf
synced 2026-06-06 02:25:47 +08:00
improve caller path filtering for package gdebug
This commit is contained in:
@ -12,7 +12,7 @@ import (
|
||||
|
||||
const (
|
||||
debugKey = "gf.debug" // Debug key for checking if in debug mode.
|
||||
StackFilterKeyForGoFrame = "github.com/gogf/gf/" // Stack filtering key for all GoFrame module paths.
|
||||
StackFilterKeyForGoFrame = "github.com/gogf/gf@" // Stack filtering key for all GoFrame module paths.
|
||||
)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user