We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35c398e commit 33ea805Copy full SHA for 33ea805
internal/renameio/umask_test.go
@@ -2,7 +2,7 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-// +build !plan9,!windows,!js
+//go:build !plan9 && !windows && !js
6
7
package renameio
8
0 commit comments