perkeep/internal/netutil
Brad Fitzpatrick c2334642fb internal/netutil, pkg/schema: remove nocgo tag; os/user has its own nowadays
The os/user package nowadays says:

    When cgo is available, and the required routines are implemented
    in libc for a particular platform, cgo-based (libc-backed) code
    is used. This can be overridden by using osusergo build tag,
    which enforces the pure Go implementation.

So we don't need to work around it anymore.

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-11 19:47:49 -08:00
..
ident.go internal/netutil, pkg/schema: remove nocgo tag; os/user has its own nowadays 2024-01-11 19:47:49 -08:00
ident_test.go all: replace deprecated io/ioutil with io and os (#1647) 2023-01-23 10:25:14 -08:00
netutil.go all: various lint fixes 2018-02-05 11:59:00 -08:00
netutil_test.go Move more packages out of pkg/ and into internal/ 2018-01-02 21:03:30 -08:00