]> Cypherpunks repositories - gostls13.git/commitdiff
os/user: not on windows
authorRuss Cox <rsc@golang.org>
Wed, 21 Dec 2011 21:35:31 +0000 (16:35 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 21 Dec 2011 21:35:31 +0000 (16:35 -0500)
R=golang-dev
CC=golang-dev
https://golang.org/cl/5498062

src/pkg/os/user/lookup_stubs.go

index ea01f9683d726995f2904be8d9ddc16f140c454b..42fa557445f2c21476995473d75b8006352de080 100644 (file)
@@ -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