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:
parent
68651d77d6
commit
bbedbb3eaa
4 changed files with 113 additions and 2 deletions
9
lookup_new.go
Normal file
9
lookup_new.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
// +build go1.7
|
||||
|
||||
package mtree
|
||||
|
||||
import (
|
||||
"os/user"
|
||||
)
|
||||
|
||||
var lookupGroupID = user.LookupGroupId
|
Loading…
Add table
Add a link
Reference in a new issue