aboutsummaryrefslogtreecommitdiff
path: root/src/path/filepath/path_nonwindows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/path/filepath/path_nonwindows.go')
-rw-r--r--src/path/filepath/path_nonwindows.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/path/filepath/path_nonwindows.go b/src/path/filepath/path_nonwindows.go
new file mode 100644
index 0000000000..db69f0228b
--- /dev/null
+++ b/src/path/filepath/path_nonwindows.go
@@ -0,0 +1,9 @@
+// Copyright 2023 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:build !windows
+
+package filepath
+
+func postClean(out *lazybuf) {}