Discover Packages
github.com/guojiangli/picasso
pkg
utils
kstack
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Feb 19, 2022
License: Apache-2.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
stack returns a nicely formatted stack frame, skipping skip frames.
type StackData struct {
File string `json:"file"`
Line int `json:"line"`
Pc uintptr `json:"pc"`
Function string `json:"function"`
Source string `json:"source"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.