• Nicolas Owens's avatar
    os/user: Current support on Plan 9 · de8de891
    Nicolas Owens authored
    Current for Plan 9 is implemented with /dev/user for
    Uid/Gid/Username/Name, and $home environment variable for
    HomeDir.
    
    Implementing Lookup/LookupId is not done, which would
    require parsing /adm/users. It is unclear of how much benefit
    this would be.
    
    R=golang-dev
    CC=bradfitz, golang-dev, r
    https://golang.org/cl/13203043
    de8de891
Name
Last commit
Last update
..
lookup.go Loading commit data...
lookup_plan9.go Loading commit data...
lookup_stubs.go Loading commit data...
lookup_unix.go Loading commit data...
lookup_windows.go Loading commit data...
user.go Loading commit data...
user_test.go Loading commit data...