Registry / utility / facebookgo-stack

facebookgo-stack

JSON →
library0.0.0-20160209184415-751773369052gogounverified

Package stack provides utilities to capture and pass around stack traces for error tracking and logging.

go get github.com/facebookgo/stack
INSTALL
IMPORT
SIG · FACEBOOKGO-STACK
F
facebookgo-stack
utilitygov0.0.0-20160209184415-751773369052
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

stack
github.com/facebookgo/stack

Captures and prints the current stack trace.

package main import ( "fmt" "github.com/facebookgo/stack" ) func main() { st := stack.Callers(0) fmt.Println(st.String()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160209184415-751773369052latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
facebookgo-stack — go get facebookgo-stack · libregistry