1
0
Fork 0
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:
Vincent Batts 2022-04-08 21:50:52 -04:00
parent 7fed71e221
commit 1610f1a0c7
Signed by: vbatts
GPG key ID: 10937E57733F1362
2 changed files with 0 additions and 104 deletions

7
lookup.go Normal file
View file

@ -0,0 +1,7 @@
package mtree
import (
"os/user"
)
var lookupGroupID = user.LookupGroupId