gofmt with go1.17

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
Sebastiaan van Stijn 2022-03-26 18:34:10 +01:00
parent 668e4830d2
commit a0f0578299
No known key found for this signature in database
GPG Key ID: 76698F39D527CE8C
17 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package manager

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package manager

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package container

View File

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

View File

@ -1,5 +1,3 @@
// +build windows
package build
import (

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package configfile

View File

@ -1,3 +1,4 @@
//go:build !windows && !darwin && !linux
// +build !windows,!darwin,!linux
package credentials

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package commandconn

View File

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

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package commandconn

View File

@ -1,5 +1,6 @@
// This file is intended for use with "go run"; it isn't really part of the package.
//go:build docsgen
// +build docsgen
package main

View File

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

View File

@ -1,5 +1,6 @@
// This file is intended for use with "go run"; it isn't really part of the package.
//go:build manpages
// +build manpages
package main

View File

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

View File

@ -1,3 +1,4 @@
//go:build !windows
// +build !windows
package opts

View File

@ -1,5 +1,3 @@
// +build windows
package opts
// defaultHost constant defines the default host string used by docker on Windows