forked from willdonnelly/passwd
-
Notifications
You must be signed in to change notification settings - Fork 0
whatap/passwd
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
> godoc github.com/willdonnelly/passwd PACKAGE package passwd import "github.com/willdonnelly/passwd" FUNCTIONS func Parse() (map[string]Entry, error) Parse opens the '/etc/passwd' file and parses it into a map from usernames to Entries TYPES type Entry struct { Pass string Uid string Gid string Gecos string Home string Shell string } An Entry contains all the fields for a specific user
About
A Go parser for the /etc/passwd file
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Go 100.0%