Documentation
¶
Index ¶
- func CallStack(skip int, predicate func(frame runtime.Frame) bool) iter.Seq[runtime.Frame]
- func Disable()
- func Enable()
- func Go(f func(), print func(w io.Writer, r any), ...)
- func Handle(exit bool, print func(w io.Writer, r any), ...)
- func SplitFunctionPath(functionPath string) (packagePath string, functionName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SplitFunctionPath ¶ added in v0.3.0
SplitFunctionPath splits the function path as formatted in runtime.Frame.Function, and returns the package path and function name components.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.