type os/user.User
13 uses
os/user (current package)
lookup.go#L14: func Current() (*User, error) {
lookup.go#L26: u *User
lookup.go#L32: func Lookup(username string) (*User, error) {
lookup.go#L41: func LookupId(uid string) (*User, error) {
lookup.go#L61: func (u *User) GroupIds() ([]string, error) {
user.go#L29: type User struct {
cgo_lookup_unix.go#L51: func current() (*User, error) {
cgo_lookup_unix.go#L55: func lookupUser(username string) (*User, error) {
cgo_lookup_unix.go#L80: func lookupUserId(uid string) (*User, error) {
cgo_lookup_unix.go#L88: func lookupUnixUid(uid int) (*User, error) {
cgo_lookup_unix.go#L109: func buildUser(pwd * /*line :114:21*/_Ctype_struct_passwd /*line :114:36*/) *User {
cgo_lookup_unix.go#L110: u := &User{
listgroups_unix.go#L27: func listGroups(u *User) ([]string, error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |