diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 12:19:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-26 11:42:18 +0000 |
| commit | cfe9478196eef8736a3c0bb2eccda826263420ea (patch) | |
| tree | c8a86f8e19cb1903d7a821ccc03c0dd697c248ad /pkg/osutil | |
| parent | b599b68132cf873c8cd21c722ce8e1f72dbd2fb1 (diff) | |
all: go fix everything
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 |
