mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
improve performance of gdebug
This commit is contained in:
@ -6,6 +6,7 @@ import (
|
||||
)
|
||||
|
||||
func main() {
|
||||
gdebug.PrintStack()
|
||||
fmt.Println(gdebug.CallerPackage())
|
||||
fmt.Println(gdebug.CallerFunction())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user