go/src/os/user
Russ Cox 185766de0f os/user: use libc (not cgo) on macOS
With net converted to libc, os/user is the last remaining
cgo code in the standard libary on macOS.
Convert it to libc too.

Now only plugin remains as a cgo-using package on macOS.

Change-Id: Ibb518b5c62ef9ec1e6ab6191f4b576f7c5a4501c
Reviewed-on: https://go-review.googlesource.com/c/go/+/449316
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Russ Cox <rsc@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gopher Robot <gobot@golang.org>
2022-11-11 04:31:34 +00:00
..
cgo_listgroups_unix.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
cgo_lookup_cgo.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
cgo_lookup_syscall.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
cgo_lookup_unix.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
cgo_unix_test.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
getgrouplist_syscall.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
getgrouplist_unix.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
listgroups_stub.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
listgroups_unix.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
listgroups_unix_test.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup_android.go all: go fix -fix=buildtag std cmd (except for bootstrap deps, vendor) 2021-10-28 18:17:57 +00:00
lookup_plan9.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup_stubs.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup_unix.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup_unix_test.go os/user: use libc (not cgo) on macOS 2022-11-11 04:31:34 +00:00
lookup_windows.go
user.go os/user: implement go native GroupIds 2021-09-21 23:11:47 +00:00
user_test.go