https://github.com/theckman/stack
Importable mirror of golang.org/x/tools/internal/stack package
https://github.com/theckman/stack
Last synced: 10 months ago
JSON representation
Importable mirror of golang.org/x/tools/internal/stack package
- Host: GitHub
- URL: https://github.com/theckman/stack
- Owner: theckman
- License: bsd-3-clause
- Created: 2021-11-06T09:21:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-06T10:53:34.000Z (about 4 years ago)
- Last Synced: 2025-01-24T15:12:28.832Z (11 months ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stack
Package stack provides support for parsing standard goroutine stack traces.
This package is an importable copy of `golang.org/x/tools/internal/stack` from commit
[`dd5f9d103370`](https://github.com/golang/tools/commit/dd5f9d103370701e38c56c98959b989e13dbc3ac).
Package documentation is available here:
[https://pkg.go.dev/github.com/theckman/stack](https://pkg.go.dev/github.com/theckman/stack)