From eae657e9ee2897ffac8c8918738b0a4bab5864d6 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Mon, 27 Feb 2017 02:28:24 -0800 Subject: [PATCH] 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 --- src/os/user/{lookup_unix.go => cgo_lookup_unix.go} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename src/os/user/{lookup_unix.go => cgo_lookup_unix.go} (100%) 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 -- 2.51.0