blob: e305b5e4af9118bc41af56e560720ce1cc2a7888 [file] [log] [blame]
// +build !windows
package archive
import (
"path/filepath"
)
func normalizePath(path string) string {
return filepath.ToSlash(path)
}