From: Russ Cox Date: Wed, 21 Dec 2011 21:35:31 +0000 (-0500) Subject: os/user: not on windows X-Git-Tag: weekly.2011-12-22~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=5e5592cf30b3415cf76189c4343f915541596cbb;p=gostls13.git os/user: not on windows R=golang-dev CC=golang-dev https://golang.org/cl/5498062 --- diff --git a/src/pkg/os/user/lookup_stubs.go b/src/pkg/os/user/lookup_stubs.go index ea01f9683d..42fa557445 100644 --- a/src/pkg/os/user/lookup_stubs.go +++ b/src/pkg/os/user/lookup_stubs.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build nocgo +// +build nocgo windows package user