Documentation ¶
Overview ¶
package user re-implements os/user functions without the use of cgo
package user re-implements os/user functions without the use of cgo for unix
Index ¶
Constants ¶
View Source
const ( PASSWD_PATH = "/etc/passwd" CURRENT_ERROR_MSG = "failed to get the current user from the system user database" PASSWD_USERNAME_INDEX = 0 PASSWD_UID_INDEX = 2 PASSWD_GID_INDEX = 3 PASSWD_GEOCS_INDEX = 4 PASSWD_HOME_DIR_INDEX = 5 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.