1
0
mirror of https://github.com/containers/skopeo.git synced 2025-05-09 00:16:23 +00:00

Remove obsolete build tag syntax

per (go fix ./...).

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
Miloslav Trmač 2025-03-12 20:02:10 +01:00
parent 8d000f4522
commit 7983f20adb
5 changed files with 0 additions and 5 deletions

View File

@ -1,5 +1,4 @@
//go:build !windows
// +build !windows
package main

View File

@ -1,5 +1,4 @@
//go:build windows
// +build windows
package main

View File

@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package main

View File

@ -1,5 +1,4 @@
//go:build openshift_shell
// +build openshift_shell
package main

View File

@ -1,5 +1,4 @@
//go:build !linux
// +build !linux
package main