aboutsummaryrefslogtreecommitdiff
path: root/src/path
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2022-03-03 18:23:35 -0800
committerIan Lance Taylor <iant@golang.org>2022-03-29 16:24:51 +0000
commita2baae6851a157d662dff7cc508659f66249698a (patch)
treed7aa96b4d82dee20d259ca3fb3cd98ecad72ce8e /src/path
parentae9ce822ff4015fbbe7aa4303e6f3c160f2c53af (diff)
downloadgo-a2baae6851a157d662dff7cc508659f66249698a.tar.gz
go-a2baae6851a157d662dff7cc508659f66249698a.zip
all: use new "unix" build tag where appropriate
For #20322 For #51572 Change-Id: Id0b4799d097d01128e98ba4cc0092298357bca45 Reviewed-on: https://go-review.googlesource.com/c/go/+/389935 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Diffstat (limited to 'src/path')
-rw-r--r--src/path/filepath/path_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path/filepath/path_unix.go b/src/path/filepath/path_unix.go
index dcf1d187e7..93fdfdd8a0 100644
--- a/src/path/filepath/path_unix.go
+++ b/src/path/filepath/path_unix.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.
-//go:build aix || darwin || dragonfly || freebsd || (js && wasm) || linux || netbsd || openbsd || solaris
+//go:build unix || (js && wasm)
package filepath