mirror of
https://github.com/containers/skopeo.git
synced 2025-07-10 13:13:56 +00:00
Run (gofmt -s -w)
Go 1.17 introduces a much more reasonable build constraint format, and gofmt now fails without using it. Sadly we still need the old format as well, to support <1.17 builds. Signed-off-by: Miloslav Trmač <mitr@redhat.com>
This commit is contained in:
parent
5739b90946
commit
0e87d4d1ca
@ -1,3 +1,4 @@
|
||||
//go:build !containers_image_openpgp
|
||||
// +build !containers_image_openpgp
|
||||
|
||||
package main
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build !linux
|
||||
// +build !linux
|
||||
|
||||
package main
|
||||
|
@ -1,3 +1,4 @@
|
||||
//go:build openshift_shell
|
||||
// +build openshift_shell
|
||||
|
||||
package main
|
||||
|
Loading…
Reference in New Issue
Block a user