aboutsummaryrefslogtreecommitdiff
path: root/src/internal/filepathlite/path_nonwindows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/filepathlite/path_nonwindows.go')
-rw-r--r--src/internal/filepathlite/path_nonwindows.go9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/internal/filepathlite/path_nonwindows.go b/src/internal/filepathlite/path_nonwindows.go
new file mode 100644
index 0000000000..c9c4c02a3d
--- /dev/null
+++ b/src/internal/filepathlite/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 filepathlite
+
+func postClean(out *lazybuf) {}