aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/example_unix_walk_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/filepath/example_unix_walk_test.go')
-rw-r--r--src/path/filepath/example_unix_walk_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/path/filepath/example_unix_walk_test.go b/src/path/filepath/example_unix_walk_test.go
index c8a818fd6e..d72efcebe6 100644
--- a/src/path/filepath/example_unix_walk_test.go
+++ b/src/path/filepath/example_unix_walk_test.go
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+//go:build !windows && !plan9
// +build !windows,!plan9
package filepath_test