From 9aa51a9ab7a648a38d2165c9118482bb1e185206 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sun, 11 Sep 2022 12:58:50 +0200 Subject: [PATCH] dev: convert build tags --- internal/renameio/umask_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/renameio/umask_test.go b/internal/renameio/umask_test.go index 921a2bdb61747..3f1795fbb0eea 100644 --- a/internal/renameio/umask_test.go +++ b/internal/renameio/umask_test.go @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !plan9,!windows,!js +//go:build !plan9 && !windows && !js package renameio