]> Cypherpunks repositories - gostls13.git/commit
runtime: merge stack{1,2}.go -> stack.go
authorNodir Turakulov <nodir@google.com>
Sat, 17 Oct 2015 01:45:30 +0000 (18:45 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 17 Oct 2015 20:52:22 +0000 (20:52 +0000)
commitdb2e73faeb97f39653180080b0cc4c05501cbf94
treeab708cb118e8cc94e481f3393720dbc241e30ced
parent69a99ccc6215334d3e4bec16c50dd6f19c2a3940
runtime: merge stack{1,2}.go -> stack.go

* rename stack1.go -> stack.go
* prepend contents of stack2.go to stack.go

Updates #12952

Change-Id: I60d409af37162a5a7596c678dfebc2cea89564ff
Reviewed-on: https://go-review.googlesource.com/16008
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/stack.go [moved from src/runtime/stack1.go with 87% similarity]
src/runtime/stack2.go [deleted file]