mirror of
https://github.com/vbatts/go-mtree.git
synced 2025-07-27 00:30:27 +00:00
lookup: remove legacy lookup code
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
7fed71e221
commit
1610f1a0c7
2 changed files with 0 additions and 104 deletions
7
lookup.go
Normal file
7
lookup.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package mtree
|
||||
|
||||
import (
|
||||
"os/user"
|
||||
)
|
||||
|
||||
var lookupGroupID = user.LookupGroupId
|
Loading…
Add table
Add a link
Reference in a new issue