aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/path.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/path.go b/misc/path.go
index c7013d8..1b2e8a3 100644
--- a/misc/path.go
+++ b/misc/path.go
@@ -5,7 +5,7 @@ import (
"strings"
)
-func sanitize_path(path string) (string, bool) {
+func Sanitize_path(path string) (string, bool) {
if path == "" {
return "", false
}