[ 原始碼: 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.