mirror of
https://github.com/mudler/luet.git
synced 2025-06-29 00:37:53 +00:00
10 lines
94 B
Go
10 lines
94 B
Go
// +build go1.7
|
|
|
|
package mtree
|
|
|
|
import (
|
|
"os/user"
|
|
)
|
|
|
|
var lookupGroupID = user.LookupGroupId
|