Export global.RootLength

This commit is contained in:
2025-12-06 12:54:07 -05:00
parent 95a877d0b3
commit ffae2e3002
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -9,5 +9,5 @@ func GetRealPath(vanityPath string) string {
// GetVanityPath returns a vanityPath given a realPath
func GetVanityPath(realPath string) string {
return realPath[rootLength:]
return realPath[RootLength:]
}