[ ソース: golang-github-go-stack-stack ]
パッケージ: golang-github-go-stack-stack-dev (1.8.0-1)
golang-github-go-stack-stack-dev に関するリンク
Debian の資源:
golang-github-go-stack-stack ソースパッケージをダウンロード:
- [golang-github-go-stack-stack_1.8.0-1.dsc]
- [golang-github-go-stack-stack_1.8.0.orig.tar.gz]
- [golang-github-go-stack-stack_1.8.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
capture, manipulate, and format call stacks
Package stack implements utilities to capture, manipulate, and format call stacks. It provides a simpler API than package runtime.
The implementation takes care of the minutia and special cases of interpreting the program counter (pc) values returned by runtime.Callers.