summaryrefslogtreecommitdiff
path: root/extendedstats/unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'extendedstats/unix.go')
-rw-r--r--extendedstats/unix.go4
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