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