Documentation ¶
Overview ¶
The ideas package contains code that is not being used, but that we might use some day and include, but right now we don't want to support it. Do not link to this code, as the package will likely change. If you have a use for it, suggest a package to put it in.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var MaxStackDepth = 50
Functions ¶
func FormatStackTrace ¶
func FormatStackTrace(trace []StackFrame) (out string)
Types ¶
type StackFrame ¶
A component of a stack trace
func GetStackTrace ¶
func GetStackTrace(skip int) (trace []StackFrame)
GetStackTrace returns an array of stack frames, minus "skip" frames
Click to show internal directories.
Click to hide internal directories.