]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: new package
authorRob Pike <r@golang.org>
Wed, 19 Jan 2011 20:28:38 +0000 (12:28 -0800)
committerRob Pike <r@golang.org>
Wed, 19 Jan 2011 20:28:38 +0000 (12:28 -0800)
commit89993544c2f9a188d0789e0c955c66093f6f5ba1
treed366ae4b6b7781dc50a463a552a076bd07e43d3e
parent035fcb0da2490d72299ccddcaa324c4f00b4e3c4
runtime/debug: new package
Facilities for printing stack traces from within a running goroutine.

R=rsc
CC=golang-dev
https://golang.org/cl/4031041
src/pkg/Makefile
src/pkg/runtime/debug/stack.go [new file with mode: 0644]
src/pkg/runtime/debug/stack_test.go [new file with mode: 0644]