blob: 2b775b45c4f115ba1f0a08247de997f1d1b7522a [file] [log] [blame]
package archive
import (
"path/filepath"
)
func normalizePath(path string) string {
return filepath.FromSlash(path)
}