We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2eec746 + f6d49e9 commit 7ec69deCopy full SHA for 7ec69de
4 files changed
cli/command/container/completion.go
@@ -1,6 +1,5 @@
1
// FIXME(thaJeztah): remove once we are a module; the go:build directive prevents go from downgrading language version to go1.16:
2
//go:build go1.22
3
-// +build go1.22
4
5
package container
6
cmd/docker/internal/signals/signals_unix.go
@@ -1,5 +1,4 @@
-//go:build unix
-// +build unix
+//go:build !windows
package signals
docs/generate/generate.go
@@ -1,7 +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
7
docs/generate/tools.go
//go:build tools
-// +build tools
0 commit comments