mirror of
https://github.com/golang/go
synced 2024-11-11 23:20:24 -07:00
os/user: fix for arm (non-cgo)
TBR=golang-dev CC=golang-dev https://golang.org/cl/5504056
This commit is contained in:
parent
25c8014ed9
commit
721e19c24c
@ -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 netbsd openbsd plan9 windows
|
||||
// +build nocgo
|
||||
|
||||
package user
|
||||
|
||||
|
@ -3,6 +3,7 @@
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin freebsd linux
|
||||
// +build cgo
|
||||
|
||||
package user
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user