Documentation
¶
Overview ¶
Package runtimeutil contains useful utilities that make use of the `runtime` package
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CallerFunc ¶
func CallerFunc() string
CallerFunc returns the full function string including packages of the function that called the function calling CallerFunc()
func CallerFuncName ¶
func CallerFuncName() string
CallerFunc returns only the function name of the function that called the function calling CallerFunc()
func FuncNameOfCallerIndex ¶
func FuncOfCallerIndex ¶
func ThisFunc ¶
func ThisFunc() string
ThisFunc returns the full function string including packages of the function calling ThisFunc()
func ThisFuncName ¶
func ThisFuncName() string
ThisFunc returns only the function name of the function calling ThisFunc()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.