Documentation
¶
Overview ¶
Package pwd provides some functions to query the passwd database of a UNIX system.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Passwd ¶
type Passwd struct { Name string Passwd string Uid int Gid int Gecos string Dir string Shell string }
Passwd represents a record in the passwd database.
Click to show internal directories.
Click to hide internal directories.