]> Cypherpunks repositories - gostls13.git/commit
runtime/debug: implement Stack using runtime.Stack
authorDavid Crawshaw <crawshaw@golang.org>
Tue, 15 Sep 2015 21:16:38 +0000 (17:16 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Wed, 16 Sep 2015 11:36:21 +0000 (11:36 +0000)
commit2d697b2401f5a840cdf4a58b414395fc729a348c
treed79ad0c0c3560d635115b69f880b9bc7e11939de
parentfb3027003738ef67b2c68bc46eb8d8841d04bd7d
runtime/debug: implement Stack using runtime.Stack

Fixes #12363

Change-Id: I1a025ab6a1cbd5a58f5c2bce5416788387495428
Reviewed-on: https://go-review.googlesource.com/14604
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/debug/stack.go
src/runtime/debug/stack_test.go