From: Kevin Burke Date: Mon, 27 Feb 2017 10:28:24 +0000 (-0800) Subject: os/user: rename group cgo file X-Git-Tag: go1.9beta1~1423 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eae657e9ee2897ffac8c8918738b0a4bab5864d6;p=gostls13.git os/user: rename group cgo file In another CL, I'll add a pure Go implementation of lookupGroup and lookupGroupId in lookup_unix.go, but attempting that in one CL makes the diff too difficult to read. Updates #18102. Change-Id: If8e26cee5efd30385763430f34304c70165aef32 Reviewed-on: https://go-review.googlesource.com/37497 Reviewed-by: Brad Fitzpatrick Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot --- diff --git a/src/os/user/lookup_unix.go b/src/os/user/cgo_lookup_unix.go similarity index 100% rename from src/os/user/lookup_unix.go rename to src/os/user/cgo_lookup_unix.go