//
pkg.gl
Category
github.com/bpfs/defs
debug
package
1.0.2
Repository:
https://github.com/bpfs/defs.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
15
Files
38 SLOC
#
Functions
WhereAmI
WhereAmI 返回调用它的函数的包名、文件名和行号 参数: - depthList: 可选参数,指定调用栈的深度,默认为 1。 返回值: - string: 调用它的函数的包名、文件名和行号,格式为 "package/file:line"。.