diff options
Diffstat (limited to 'pkg/build')
| -rw-r--r-- | pkg/build/linux_nolinux.go | 1 | ||||
| -rw-r--r-- | pkg/build/linux_test.go | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/pkg/build/linux_nolinux.go b/pkg/build/linux_nolinux.go index 03ea0da27..6e9c4fd5e 100644 --- a/pkg/build/linux_nolinux.go +++ b/pkg/build/linux_nolinux.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 build diff --git a/pkg/build/linux_test.go b/pkg/build/linux_test.go index 91d344531..8f4e2d73c 100644 --- a/pkg/build/linux_test.go +++ b/pkg/build/linux_test.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 build |
