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.

utility
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.

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 footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
10 hits · last 30 days
gptbot
3
claudebot
3
Resources