]> Cypherpunks repositories - gostls13.git/commit
runtime: rename print1.go -> print.go
authorNodir Turakulov <nodir@google.com>
Fri, 16 Oct 2015 02:30:02 +0000 (19:30 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 16 Oct 2015 15:51:30 +0000 (15:51 +0000)
commitd72d299f3ee71cfe7c2fec9451ce941a24766bf0
treefa29dd2c29c704709ca04f94991111c51b7d963a
parent881b0e78806e50125b81158b482e35057d57f522
runtime: rename print1.go -> print.go

It seems that it was called print1.go mistakenly: print.go was deleted
in the same commit:
https://go.googlesource.com/go/+/597b266eafe7d63e9be8da1c1b4813bd2998a11c

Updates #12952

Change-Id: I371e59d6cebc8824857df3f3ee89101147dfffc0
Reviewed-on: https://go-review.googlesource.com/15950
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/print.go [moved from src/runtime/print1.go with 100% similarity]