package
0.0.0-20190322182713-bf6f0a60fce1
Repository: https://github.com/llvm-mirror/llgo.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.