Documentation ¶ Index ¶ func FileLine(fn any) (file string, line int, fnName string) func FuncName(fn any) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func FileLine ¶ func FileLine(fn any) (file string, line int, fnName string) FileLine returns the file, line number, and function name for a given function. It uses reflection and runtime information to extract these details. 'fn' is expected to be a function or method value. func FuncName ¶ func FuncName(fn any) string FuncName returns the function name for a given function. Types ¶ This section is empty. Source Files ¶ View all Source files funcutil.go Click to show internal directories. Click to hide internal directories.