func runtime/debug.Stack

3 uses

	runtime/debug (current package)
		stack.go#L18: 	os.Stderr.Write(Stack())
		stack.go#L23: func Stack() []byte {

	testing
		testing.go#L1693: 			t.Errorf("%s%s\n%s\n", prefix, err, string(debug.Stack()))