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.
1 parent 33280d5 commit 64df232Copy full SHA for 64df232
api/internal/git/repospec_test.go
@@ -1,6 +1,9 @@
1
// Copyright 2019 The Kubernetes Authors.
2
// SPDX-License-Identifier: Apache-2.0
3
4
+//go:build !windows
5
+// +build !windows
6
+
7
package git
8
9
import (
0 commit comments