diff options
| author | Will Hawkins <[email protected]> | 2022-06-10 16:39:58 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-10 16:39:58 -0400 |
| commit | 42b499246c0a7899a0aa1ebc4be3ac4d18dbebd6 (patch) | |
| tree | 50d0120f25bc9aa6cf75542ac327fdb2de127dab /extendedstats/unix.go | |
| parent | 6e66fb3d19b37c073faf6148f0a5a155128a93a1 (diff) | |
| parent | b34a73ee16389932b3cc635218bf624ac8911abe (diff) | |
Merge pull request #24 from acohn/darwin-noextendedstats
Disable extendedstats for Darwin builds
Diffstat (limited to 'extendedstats/unix.go')
| -rw-r--r-- | extendedstats/unix.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extendedstats/unix.go b/extendedstats/unix.go index e50d719..c4dc065 100644 --- a/extendedstats/unix.go +++ b/extendedstats/unix.go @@ -1,5 +1,5 @@ -//go:build darwin || dragonfly || freebsd || linux || netbsd || openbsd -// +build darwin dragonfly freebsd linux netbsd openbsd +//go:build dragonfly || freebsd || linux || netbsd || openbsd +// +build dragonfly freebsd linux netbsd openbsd package extendedstats |
