diff options
Diffstat (limited to 'golib/filepath.go')
-rw-r--r-- | golib/filepath.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/golib/filepath.go b/golib/filepath.go index 5a923b4..90424d7 100644 --- a/golib/filepath.go +++ b/golib/filepath.go @@ -65,7 +65,7 @@ func ResolveEnvVar(s string) (string, error) { return path.Clean(res), nil } -// PathNormalize +// PathNormalize normalizes a linux or windows like path func PathNormalize(p string) string { sep := string(filepath.Separator) if sep != "/" { |