]> Cypherpunks repositories - gostls13.git/commitdiff
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)
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]

similarity index 100%
rename from src/runtime/print1.go
rename to src/runtime/print.go