1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2025-07-14 10:49:11 +00:00

lookupGroupId: add implementation for go1.6

Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
Vincent Batts 2017-06-15 12:07:52 -05:00
parent 68651d77d6
commit bbedbb3eaa
4 changed files with 113 additions and 2 deletions

9
lookup_new.go Normal file
View file

@ -0,0 +1,9 @@
// +build go1.7
package mtree
import (
"os/user"
)
var lookupGroupID = user.LookupGroupId