From f1247b104a0dba8226c443d876737ee924db6a1d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 21 Mar 2025 14:58:42 +0800 Subject: misc: Remove underscores --- misc/path.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/path.go') diff --git a/misc/path.go b/misc/path.go index 1b2e8a3..c7540fc 100644 --- a/misc/path.go +++ b/misc/path.go @@ -5,7 +5,7 @@ import ( "strings" ) -func Sanitize_path(path string) (string, bool) { +func SanitizePath(path string) (string, bool) { if path == "" { return "", false } -- cgit v1.2.3