We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64b5617 + 2cd4786 commit 3d3f780Copy full SHA for 3d3f780
cli/command/formatter/displayutils.go
@@ -1,3 +1,6 @@
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
+
4
package formatter
5
6
import (
0 commit comments