Registry / utility / gogap-stack

gogap-stack

JSON →
library0.0.0-20150131034635-fef68dddd4f8gogounverified

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

go get github.com/gogap/stack
INSTALL
IMPORT
SIG · GOGAP-STACK
G
gogap-stack
utilitygov0.0.0-20150131034635-fef68dddd4f8
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/gogap/stack

Capture and print the current stack trace.

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

No known issues recorded.

Upgrade
Version history
0.0.0-20150131034635-fef68dddd4f8latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
18
OpenAI (training)
2
Resources
gogap-stack — go get gogap-stack · libregistry