go-stack / stack

Package stack implements utilities to capture, manipulate, and format call stacks.
MIT License
395 stars 33 forks source link

Link to "the docs" #23

Closed tlelson closed 3 years ago

tlelson commented 4 years ago

Where are "the docs" mentioned in the last line of the README ?

See the docs for all of the supported formatting options

ChrisHines commented 4 years ago

They are in the code comments, which are viewable in a nicer format either via go doc locally or online at the "godoc reference" link at the top of the README, which takes you to: https://godoc.org/github.com/go-stack/stack. An alternate online version is also available at the experimental pkg.go.dev site here: https://pkg.go.dev/github.com/go-stack/stack?tab=doc.