aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/host
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/host')
-rw-r--r--pkg/host/host_fuchsia.go1
-rw-r--r--pkg/host/syscalls_linux_test.go1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkg/host/host_fuchsia.go b/pkg/host/host_fuchsia.go
index bbfb41d1d..49f1b6406 100644
--- a/pkg/host/host_fuchsia.go
+++ b/pkg/host/host_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 host
diff --git a/pkg/host/syscalls_linux_test.go b/pkg/host/syscalls_linux_test.go
index 375a640ea..fc5d13dd5 100644
--- a/pkg/host/syscalls_linux_test.go
+++ b/pkg/host/syscalls_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 host