]> Cypherpunks repositories - gostls13.git/commit
runtime: merge string1.go into string.go
authorNodir Turakulov <nodir@google.com>
Fri, 16 Oct 2015 06:34:56 +0000 (23:34 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 16 Oct 2015 15:46:02 +0000 (15:46 +0000)
commit881b0e78806e50125b81158b482e35057d57f522
tree19378e36b1609524bd6c8ce1a63de5c5cf676022
parent6de40099c88048c95df40c873e89b0e31f70ac24
runtime: merge string1.go into string.go

string1.go contents are appended to string.go as is

Updates #12952

Change-Id: I30083ba7fdd362d4421e964a494c76ca865bedc2
Reviewed-on: https://go-review.googlesource.com/15951
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/string.go
src/runtime/string1.go [deleted file]