From cfe9478196eef8736a3c0bb2eccda826263420ea Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 26 Apr 2024 12:19:46 +0200 Subject: all: go fix everything --- pkg/host/host_fuchsia.go | 1 - pkg/host/syscalls_linux_test.go | 1 - 2 files changed, 2 deletions(-) (limited to 'pkg/host') 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 -- cgit mrf-deployment