improve caller path filtering for package gdebug

This commit is contained in:
jflyfox
2021-06-22 15:34:26 +08:00
parent fbad5f60eb
commit 7144aa6999

View File

@ -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 (