From 5e5592cf30b3415cf76189c4343f915541596cbb Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 21 Dec 2011 16:35:31 -0500 Subject: [PATCH] os/user: not on windows R=golang-dev CC=golang-dev https://golang.org/cl/5498062 --- src/pkg/os/user/lookup_stubs.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pkg/os/user/lookup_stubs.go b/src/pkg/os/user/lookup_stubs.go index ea01f9683d7..42fa557445f 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