X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=passwd.go;h=07a62d8b8667d510d395fb8b5bd4a8a0c2c55570;hb=13b90749eb1b3547bbfbb47fe142cb96a17234b5;hp=90fed68a6b9f1d959f6ab9b03e4ebf89a081ec49;hpb=1d028880cfb17a7c8a9e3b1f54cf1e980baca63d;p=nsscash%2Fnsscash.git diff --git a/passwd.go b/passwd.go index 90fed68..07a62d8 100644 --- a/passwd.go +++ b/passwd.go @@ -44,7 +44,7 @@ type Passwd struct { } // ParsePasswds parses a file in the format of /etc/passwd and returns all -// entries as Passwd structs. +// entries as slice of Passwd structs. func ParsePasswds(r io.Reader) ([]Passwd, error) { var res []Passwd