commands/root_test.go 🔗
@@ -1,4 +1,5 @@
//go:build !windows
+// +build !windows
package commands_test
Steve Moyer created
commands/root_test.go | 1 +
1 file changed, 1 insertion(+)
@@ -1,4 +1,5 @@
//go:build !windows
+// +build !windows
package commands_test