Update to Go 1.17.0, and gofmt with Go 1.17

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn
2021-08-23 15:14:53 +02:00
parent 8207c05cfc
commit 686be57d0a
389 changed files with 400 additions and 16 deletions

View File

@@ -1,3 +1,4 @@
//go:build darwin
// +build darwin
package pidfile // import "github.com/docker/docker/pkg/pidfile"

View File

@@ -1,3 +1,4 @@
//go:build !windows && !darwin
// +build !windows,!darwin
package pidfile // import "github.com/docker/docker/pkg/pidfile"