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