github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/pkg/archive/copy_windows.go (about) 1 package archive 2 3 import ( 4 "path/filepath" 5 ) 6 7 func normalizePath(path string) string { 8 return filepath.FromSlash(path) 9 }