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