Documentation ¶ Index ¶ func Stack(skip int) []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stack ¶ func Stack(skip int) []byte Stack returns a formatted stack trace of the goroutine that calls it. The skip parameter specifies the number of stack frames to skip before recording in the returned trace; 0 means to include the caller of Stack. Types ¶ This section is empty. Source Files ¶ View all Source files stack.go Click to show internal directories. Click to hide internal directories.