From f64ead6a659ed5d22105eea2910fa6a73e35e23a Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 11 Feb 2025 17:29:02 +0800 Subject: misc: sanitize_path should be exported --- misc/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.2.3