diff options
Diffstat (limited to 'pkg/osutil')
| -rw-r--r-- | pkg/osutil/osutil_bsd.go | 1 | ||||
| -rw-r--r-- | pkg/osutil/osutil_fuchsia.go | 1 | ||||
| -rw-r--r-- | pkg/osutil/osutil_unix.go | 1 | ||||
| -rw-r--r-- | pkg/osutil/sharedmem_file.go | 1 | ||||
| -rw-r--r-- | pkg/osutil/sharedmem_memfd.go | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/pkg/osutil/osutil_bsd.go b/pkg/osutil/osutil_bsd.go index d139b9a76..b54c9126f 100644 --- a/pkg/osutil/osutil_bsd.go +++ b/pkg/osutil/osutil_bsd.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build freebsd || netbsd || openbsd -// +build freebsd netbsd openbsd package osutil diff --git a/pkg/osutil/osutil_fuchsia.go b/pkg/osutil/osutil_fuchsia.go index f1dad3aff..4103e7f52 100644 --- a/pkg/osutil/osutil_fuchsia.go +++ b/pkg/osutil/osutil_fuchsia.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build fuchsia -// +build fuchsia package osutil diff --git a/pkg/osutil/osutil_unix.go b/pkg/osutil/osutil_unix.go index cf6b0284e..7243a7014 100644 --- a/pkg/osutil/osutil_unix.go +++ b/pkg/osutil/osutil_unix.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build freebsd || netbsd || openbsd || linux || darwin -// +build freebsd netbsd openbsd linux darwin package osutil diff --git a/pkg/osutil/sharedmem_file.go b/pkg/osutil/sharedmem_file.go index 1e969cdba..0d899fab5 100644 --- a/pkg/osutil/sharedmem_file.go +++ b/pkg/osutil/sharedmem_file.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build freebsd || netbsd || openbsd || darwin -// +build freebsd netbsd openbsd darwin package osutil diff --git a/pkg/osutil/sharedmem_memfd.go b/pkg/osutil/sharedmem_memfd.go index 213080e49..84077b9ec 100644 --- a/pkg/osutil/sharedmem_memfd.go +++ b/pkg/osutil/sharedmem_memfd.go @@ -2,7 +2,6 @@ // Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. //go:build linux -// +build linux package osutil |
