From: Brad Fitzpatrick Date: Fri, 6 May 2016 16:07:11 +0000 (+0000) Subject: os: rename remaining four os1_*.go files to os_*.go X-Git-Tag: go1.7beta1~293 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=131231b8db26b38c9c2fdc52fb788241f5c2de51;p=gostls13.git os: rename remaining four os1_*.go files to os_*.go Change-Id: Ice9c234960adc7857c8370b777a0b18e29d59281 Reviewed-on: https://go-review.googlesource.com/22853 Reviewed-by: Ian Lance Taylor Run-TryBot: Ian Lance Taylor TryBot-Result: Gobot Gobot --- diff --git a/src/runtime/os1_freebsd.go b/src/runtime/os_freebsd.go similarity index 100% rename from src/runtime/os1_freebsd.go rename to src/runtime/os_freebsd.go diff --git a/src/runtime/os1_nacl.go b/src/runtime/os_nacl.go similarity index 100% rename from src/runtime/os1_nacl.go rename to src/runtime/os_nacl.go diff --git a/src/runtime/os1_openbsd.go b/src/runtime/os_openbsd.go similarity index 100% rename from src/runtime/os1_openbsd.go rename to src/runtime/os_openbsd.go diff --git a/src/runtime/os1_plan9.go b/src/runtime/os_plan9.go similarity index 100% rename from src/runtime/os1_plan9.go rename to src/runtime/os_plan9.go