github.com/ncdc/docker@v0.10.1-0.20160129113957-6c6729ef5b74/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 }