blob: a878d1bac42621baf70d3b2bd240ec2ee3c2ee4b [file] [log] [blame]
package archive // import "github.com/docker/docker/pkg/archive"
import (
"path/filepath"
)
func normalizePath(path string) string {
return filepath.FromSlash(path)
}