Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1000)

Issue 10320043: code review 10320043: os: rename error_posix.go to error_unix.go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 9 months ago by dave
Modified:
11 years, 9 months ago
Reviewers:
r
CC:
golang-dev, r
Visibility:
Public.

Description

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.

Patch Set 1 #

Patch Set 2 : diff -r 2879112bff3d https://code.google.com/p/go #

Patch Set 3 : diff -r 56909cb770fe https://code.google.com/p/go #

Patch Set 4 : diff -r d04e6b0bcacf https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-1 lines, --1 lines) Patch
M src/pkg/os/error_unix.go View 1 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 3
dave_cheney.net
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 9 months ago (2013-06-22 08:13:21 UTC) #1
r
LGTM
11 years, 9 months ago (2013-06-22 12:32:14 UTC) #2
dave_cheney.net
11 years, 9 months ago (2013-06-24 01:23:53 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=5b2b5f8d89b0 ***

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://codereview.appspot.com/10320043
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b