func runtime/debug.Stack

5 uses

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

	github.com/aws/aws-sdk-go-v2/internal/sync/singleflight
		singleflight.go#L33: 	stack := debug.Stack()

	github.com/aws/smithy-go/internal/sync/singleflight
		singleflight.go#L33: 	stack := debug.Stack()

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