aboutsummaryrefslogtreecommitdiff
path: root/src/archive/tar/stat_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/archive/tar/stat_unix.go')
-rw-r--r--src/archive/tar/stat_unix.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/archive/tar/stat_unix.go b/src/archive/tar/stat_unix.go
index 581d87dca9..3957349d6e 100644
--- a/src/archive/tar/stat_unix.go
+++ b/src/archive/tar/stat_unix.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build aix || linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris
// +build aix linux darwin dragonfly freebsd openbsd netbsd solaris
package tar