From: Dave Cheney Date: Mon, 24 Jun 2013 01:23:37 +0000 (+1000) Subject: os: rename error_posix.go to error_unix.go X-Git-Tag: go1.2rc2~1198 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=28a55111b25a9f0b6b683509bac25836750eec2e;p=gostls13.git os: rename error_posix.go to error_unix.go The tradition is to use _posix when the platform extends beyond unix variants. As windows has its own file, rename to the more usual _unix. R=golang-dev, r CC=golang-dev https://golang.org/cl/10320043 --- diff --git a/src/pkg/os/error_posix.go b/src/pkg/os/error_unix.go similarity index 100% rename from src/pkg/os/error_posix.go rename to src/pkg/os/error_unix.go