Add hint for osutil library

This commit is contained in:
Alexander Neumann 2014-10-05 16:22:39 +02:00
parent bb5bfe1ba0
commit cbee80fc6d
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func (node *Node) fill_extra(path string, fi os.FileInfo) (err error) {
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 {
// node.User = u.Username
// }