]> Cypherpunks repositories - gostls13.git/commit
os/user: new package to look up users
authorBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Apr 2011 16:30:30 +0000 (09:30 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 22 Apr 2011 16:30:30 +0000 (09:30 -0700)
commit4335bee42e5c45b3d6cb9919af9867d94c251486
tree857ef68d0b8003d7b159c33e732885c41748b58b
parent81cfb4ec2b37a296722de4172a4a0d29cce06961
os/user: new package to look up users

Only for Unix presently. Other operating systems
are stubbed out, as well as arm (lacks cgo).

R=rsc, r, bradfitzwork
CC=golang-dev
https://golang.org/cl/4440057
src/pkg/Makefile
src/pkg/os/user/Makefile [new file with mode: 0644]
src/pkg/os/user/lookup_stubs.go [new file with mode: 0644]
src/pkg/os/user/lookup_unix.go [new file with mode: 0644]
src/pkg/os/user/user.go [new file with mode: 0644]
src/pkg/os/user/user_test.go [new file with mode: 0644]