package
1.0.2
Repository: https://github.com/bpfs/defs.git
Documentation: pkg.go.dev

# Functions

WhereAmI 返回调用它的函数的包名、文件名和行号 参数: - depthList: 可选参数,指定调用栈的深度,默认为 1。 返回值: - string: 调用它的函数的包名、文件名和行号,格式为 "package/file:line"。.