]> Cypherpunks repositories - gostls13.git/commit
os: rename error_posix.go to error_unix.go
authorDave Cheney <dave@cheney.net>
Mon, 24 Jun 2013 01:23:37 +0000 (11:23 +1000)
committerDave Cheney <dave@cheney.net>
Mon, 24 Jun 2013 01:23:37 +0000 (11:23 +1000)
commit28a55111b25a9f0b6b683509bac25836750eec2e
tree70c78ba65e1dcfbf6cd7687a1794dd9ca5a38ae0
parent20ebee2c31688e6b67c1c5c235616d67cdd4ac09
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
src/pkg/os/error_unix.go [moved from src/pkg/os/error_posix.go with 100% similarity]