Merge pull request #1427 from mtrmac/go1.17

Run (gofmt -s -w)
This commit is contained in:
Miloslav Trmač 2021-08-23 20:50:51 +02:00 committed by GitHub
commit 4fda005a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
//go:build !containers_image_openpgp
// +build !containers_image_openpgp
package main

View File

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

View File

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