1
0
mirror of https://github.com/golang/go synced 2024-11-22 05:24:39 -07:00

os/user: not on windows

R=golang-dev
CC=golang-dev
https://golang.org/cl/5498062
This commit is contained in:
Russ Cox 2011-12-21 16:35:31 -05:00
parent a9b92013d2
commit 5e5592cf30

View File

@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// +build nocgo // +build nocgo windows
package user package user