We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852b19 commit ade6924Copy full SHA for ade6924
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