Skip to content

Commit d77ef97

Browse files
committed
Add README.
1 parent 7b641cf commit d77ef97

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
[![GoDoc](https://godoc.org/gopkg.in/stack.v0?status.svg)](https://godoc.org/gopkg.in/stack.v0)
2+
3+
Package stack implements utilities to capture, manipulate, and format call stacks. It provides a simpler API than package runtime.
4+
5+
The implementation takes care of the minutia and special cases of interpreting the program counter (pc) values returned by runtime.Callers.
6+
7+
Package stack's types implement fmt.Formatter, which provides a simple and flexible way to declaratively configure formatting when used with logging or error tracking packages.

0 commit comments

Comments
 (0)