mirror of https://github.com/docker/cli.git
gofmt with go1.17
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
668e4830d2
commit
a0f0578299
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package manager
|
package manager
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package manager
|
package manager
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package container
|
package container
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package container
|
package container
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package build
|
package build
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package build
|
package build
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package configfile
|
package configfile
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows && !darwin && !linux
|
||||||
// +build !windows,!darwin,!linux
|
// +build !windows,!darwin,!linux
|
||||||
|
|
||||||
package credentials
|
package credentials
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package commandconn
|
package commandconn
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !linux
|
||||||
// +build !linux
|
// +build !linux
|
||||||
|
|
||||||
package commandconn
|
package commandconn
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package commandconn
|
package commandconn
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// This file is intended for use with "go run"; it isn't really part of the package.
|
// This file is intended for use with "go run"; it isn't really part of the package.
|
||||||
|
|
||||||
|
//go:build docsgen
|
||||||
// +build docsgen
|
// +build docsgen
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build tools
|
||||||
// +build tools
|
// +build tools
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
// This file is intended for use with "go run"; it isn't really part of the package.
|
// This file is intended for use with "go run"; it isn't really part of the package.
|
||||||
|
|
||||||
|
//go:build manpages
|
||||||
// +build manpages
|
// +build manpages
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build tools
|
||||||
// +build tools
|
// +build tools
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
//go:build !windows
|
||||||
// +build !windows
|
// +build !windows
|
||||||
|
|
||||||
package opts
|
package opts
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
// +build windows
|
|
||||||
|
|
||||||
package opts
|
package opts
|
||||||
|
|
||||||
// defaultHost constant defines the default host string used by docker on Windows
|
// defaultHost constant defines the default host string used by docker on Windows
|
||||||
|
|
Loading…
Reference in New Issue