]> Cypherpunks repositories - gostls13.git/commit
os/user: simplify go:build
authorKir Kolyshkin <kolyshkin@gmail.com>
Thu, 11 Sep 2025 22:45:37 +0000 (15:45 -0700)
committerKirill Kolyshkin <kolyshkin@gmail.com>
Sat, 27 Sep 2025 02:38:54 +0000 (19:38 -0700)
commit63cd9120836fe935bf39dc9b3a19ad44eab7f063
tree14e8cd047e46d5e3d104d8314dc7de4166ef8121
parent53009b26dd2e8b75fba8b44849e1d323ddb2a31f
os/user: simplify go:build

The go:build constraint for these files is way too complicated,
and can be simplified by using unix tag.

Change-Id: Id8278db0ba799a4e951d3c976f77c7402bebb332
Reviewed-on: https://go-review.googlesource.com/c/go/+/703155
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Mark Freeman <markfreeman@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/os/user/cgo_listgroups_unix.go
src/os/user/getgrouplist_unix.go
src/os/user/listgroups_unix.go
src/os/user/listgroups_unix_test.go