Commit 398f220d authored by Robert Griesemer's avatar Robert Griesemer

gofmt-ify os

R=r
http://go/go-review/1017034
parent 9c753543
...@@ -74,7 +74,7 @@ var ( ...@@ -74,7 +74,7 @@ var (
EADDRINUSE Error = Errno(syscall.EADDRINUSE); EADDRINUSE Error = Errno(syscall.EADDRINUSE);
ECONNREFUSED Error = Errno(syscall.ECONNREFUSED); ECONNREFUSED Error = Errno(syscall.ECONNREFUSED);
ENAMETOOLONG Error = Errno(syscall.ENAMETOOLONG); ENAMETOOLONG Error = Errno(syscall.ENAMETOOLONG);
EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT); EAFNOSUPPORT Error = Errno(syscall.EAFNOSUPPORT);
) )
// PathError records an error and the operation and file path that caused it. // PathError records an error and the operation and file path that caused it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment