[ 源代码: 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.