Registry / utility / stack-v0

stack-v0

JSON →
librarygogounverified

Utilities to capture, manipulate, and format call stacks.

go get gopkg.in/stack.v0
INSTALL
IMPORT
SIG · STACK-V0
S
stack-v0
utilitygo
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
gopkg.in/stack.v0

Capture and print the current call stack.

package main import ( "fmt" "gopkg.in/stack.v0" ) func main() { callstack := stack.Caller(0) fmt.Println(callstack) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

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

Audit
Dependencies

No dependency data recorded yet.

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