Merge pull request #3495 from thaJeztah/gofmt_117

gofmt with go1.17
This commit is contained in:
Sebastiaan van Stijn 2022-03-26 23:35:53 +01:00 committed by GitHub
commit 1c64adf199
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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