From 7983f20adbdda808ef4d82fc6c3b33665050b2af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 12 Mar 2025 20:02:10 +0100 Subject: [PATCH] Remove obsolete build tag syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit per (go fix ./...). Signed-off-by: Miloslav Trmač --- cmd/skopeo/proxy.go | 1 - cmd/skopeo/proxy_windows.go | 1 - cmd/skopeo/unshare.go | 1 - integration/openshift_shell_test.go | 1 - integration/procutils.go | 1 - 5 files changed, 5 deletions(-) diff --git a/cmd/skopeo/proxy.go b/cmd/skopeo/proxy.go index b1389396..1a26a0fd 100644 --- a/cmd/skopeo/proxy.go +++ b/cmd/skopeo/proxy.go @@ -1,5 +1,4 @@ //go:build !windows -// +build !windows package main diff --git a/cmd/skopeo/proxy_windows.go b/cmd/skopeo/proxy_windows.go index 332b0c2f..3e766c2b 100644 --- a/cmd/skopeo/proxy_windows.go +++ b/cmd/skopeo/proxy_windows.go @@ -1,5 +1,4 @@ //go:build windows -// +build windows package main diff --git a/cmd/skopeo/unshare.go b/cmd/skopeo/unshare.go index c31e403b..29c81421 100644 --- a/cmd/skopeo/unshare.go +++ b/cmd/skopeo/unshare.go @@ -1,5 +1,4 @@ //go:build !linux -// +build !linux package main diff --git a/integration/openshift_shell_test.go b/integration/openshift_shell_test.go index e44b189d..0bce9453 100644 --- a/integration/openshift_shell_test.go +++ b/integration/openshift_shell_test.go @@ -1,5 +1,4 @@ //go:build openshift_shell -// +build openshift_shell package main diff --git a/integration/procutils.go b/integration/procutils.go index e53f94b5..88ca3690 100644 --- a/integration/procutils.go +++ b/integration/procutils.go @@ -1,5 +1,4 @@ //go:build !linux -// +build !linux package main