From 95f6eac4a08eb232359793afaa7ddf16e67a7ab3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Mon, 26 Feb 2024 19:19:29 +0100 Subject: [PATCH] Avoid a warning by gopls / VSCode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Should not change behavior. Signed-off-by: Miloslav Trmač --- cmd/skopeo/unshare.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/skopeo/unshare.go b/cmd/skopeo/unshare.go index 621bc4be..c31e403b 100644 --- a/cmd/skopeo/unshare.go +++ b/cmd/skopeo/unshare.go @@ -3,6 +3,6 @@ package main -func reexecIfNecessaryForImages(inputImageNames ...string) error { +func reexecIfNecessaryForImages(_ ...string) error { return nil }