Skip to content

Commit

Permalink
os/user: fix build on darwin with "osusergo" build tag
Browse files Browse the repository at this point in the history
Fixes #24841
Updates #24845

Change-Id: Ia7e2deefe64c12ee8a76ce6ed9f9e003e912b161
Reviewed-on: https://go-review.googlesource.com/107299
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
  • Loading branch information
kolyshkin authored and bradfitz committed Apr 16, 2018
1 parent ea3f329 commit 04a27be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/os/user/getgrouplist_darwin.go
Expand Up @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.

// +build cgo,!osusergo

package user

/*
Expand Down

0 comments on commit 04a27be

Please sign in to comment.