Versions in this module Expand all Collapse all v1 v1.0.1 Feb 15, 2024 v1.0.0 Feb 15, 2024 Changes in this version + var Escaper = strings.NewReplacer(`\`, `\\`, ".", `\.`, "|", `\|`, "#", `\#`, "@", `\@`, "*", `\*`, "?", `\?`) + func Path(path ...string) string