Documentation ¶ Index ¶ func Stack() []byte Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stack ¶ func Stack() []byte Stack returns a formatted stack trace of the goroutine that calls it. It calls runtime.Stack with a large enough buffer to capture the entire trace. This is a modified version of the stdlib debug.Stack. Original License belongs to the go developers. Types ¶ This section is empty. Source Files ¶ View all Source files debug.go Click to show internal directories. Click to hide internal directories.