aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/archive/copy_windows.go
blob: 2b775b45c4f115ba1f0a08247de997f1d1b7522a (plain) (blame)
1
2
3
4
5
6
7
8
9
package archive

import (
	"path/filepath"
)

func normalizePath(path string) string {
	return filepath.FromSlash(path)
}