From e8f4db2b0cf2cf20bb937a692acdb8bebefbd951 Mon Sep 17 00:00:00 2001 From: Brad Fitzpatrick Date: Fri, 22 Apr 2011 09:30:30 -0700 Subject: 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 http://codereview.appspot.com/4440057 --- src/pkg/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pkg/Makefile') diff --git a/src/pkg/Makefile b/src/pkg/Makefile index d3ec7dd29..44d4473fc 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -120,6 +120,7 @@ DIRS=\ netchan\ os\ os/signal\ + os/user\ patch\ path\ path/filepath\ -- cgit v1.2.1