Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetStackTrace ¶
GetStackTrace returns the stack trace of the caller. We can specify skipLevels to skip the number of stack frames. i.e. GetStackTrace(2) will skip the first 2 calls (including GetStackTrace itself), so this will return the stack trace of the caller of the function that calls GetStackTrace.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.