diff options
Diffstat (limited to 'src/pkg/os/user/lookup_stubs.go')
-rw-r--r-- | src/pkg/os/user/lookup_stubs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/os/user/lookup_stubs.go b/src/pkg/os/user/lookup_stubs.go index ad06907b5..86f0e6e64 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 !cgo,!windows +// +build !cgo,!windows,!plan9 package user |