From: Nodir Turakulov Date: Fri, 16 Oct 2015 02:30:02 +0000 (-0700) Subject: runtime: rename print1.go -> print.go X-Git-Tag: go1.6beta1~827 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d72d299f3ee71cfe7c2fec9451ce941a24766bf0;p=gostls13.git 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 Run-TryBot: Brad Fitzpatrick --- diff --git a/src/runtime/print1.go b/src/runtime/print.go similarity index 100% rename from src/runtime/print1.go rename to src/runtime/print.go