package
0.0.0-20130121074735-1d03baafba06
Repository: https://github.com/icattlecoder/go.git
Documentation: pkg.go.dev

# Functions

Current returns the current user.
Lookup looks up a user by username.
LookupId looks up a user by userid.

# Structs

User represents a user account.

# Type aliases

UnknownUserError is returned by Lookup when a user cannot be found.
UnknownUserIdError is returned by LookupId when a user cannot be found.