Versions in this module Expand all Collapse all v1 v1.2.0 Aug 20, 2014 v0 v0.1.1 Dec 7, 2014 Changes in this version + var ErrRange = fmt.Errorf("Uids and gids must be in range %d-%d", minId, maxId) + func GetUserGroupSupplementaryHome(userSpec string, defaultUid, defaultGid int, defaultHome string) (int, int, []int, string, error) + type Group struct + Gid int + List []string + Name string + Pass string + func ParseGroup() ([]*Group, error) + func ParseGroupFilter(filter func(*Group) bool) ([]*Group, error) + type User struct + Gecos string + Gid int + Home string + Name string + Pass string + Shell string + Uid int + func ParsePasswd() ([]*User, error) + func ParsePasswdFilter(filter func(*User) bool) ([]*User, error)