2
2
mirror of https://github.com/octoleo/restic.git synced 2024-05-28 22:50:48 +00:00

Add hint for osutil library

This commit is contained in:
Alexander Neumann 2014-10-05 16:22:39 +02:00
parent bb5bfe1ba0
commit cbee80fc6d

View File

@ -81,7 +81,7 @@ func (node *Node) fill_extra(path string, fi os.FileInfo) (err error) {
node.User = u.Username node.User = u.Username
} }
// TODO: implement getgrnam() // TODO: implement getgrnam() or use https://github.com/kless/osutil
// if g, nil := user.LookupId(strconv.Itoa(int(stat.Uid))); err == nil { // if g, nil := user.LookupId(strconv.Itoa(int(stat.Uid))); err == nil {
// node.User = u.Username // node.User = u.Username
// } // }