1
0
Fork 0
mirror of https://github.com/vbatts/go-mtree.git synced 2024-10-31 22:36:38 +00:00
go-mtree/lookup_new.go
Vincent Batts bbedbb3eaa lookupGroupId: add implementation for go1.6
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2017-06-15 12:36:11 -05:00

9 lines
94 B
Go

// +build go1.7
package mtree
import (
"os/user"
)
var lookupGroupID = user.LookupGroupId