]> Cypherpunks repositories - gostls13.git/commit
os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.
authorRuss Cox <rsc@golang.org>
Fri, 15 May 2009 21:11:24 +0000 (14:11 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 15 May 2009 21:11:24 +0000 (14:11 -0700)
commit66f5e89082ce981b9c025dfa1f2421ec525ecf73
tree5a901abf7c202d84926a001bc0482a98f3784775
parenta2ea790b1bd0ab36fbc1a5c8521489f223c13f43
os: MkdirAll, RemoveAll, Chmod, Chown, Truncate, Getgroups.

Getuid, etc drop their errors -- they cannot error

R=r
DELTA=605  (547 added, 12 deleted, 46 changed)
OCL=28919
CL=28929
src/lib/os/Makefile
src/lib/os/file.go
src/lib/os/os_test.go
src/lib/os/path.go [new file with mode: 0644]
src/lib/os/path_test.go [new file with mode: 0644]
src/lib/os/user.go
src/lib/syscall/file_darwin.go
src/lib/syscall/file_linux.go