github.com/pwn-term/docker@v0.0.0-20210616085119-6e977cce2565/moby/pkg/archive/copy_windows.go (about) 1 package archive // import "github.com/docker/docker/pkg/archive" 2 3 import ( 4 "path/filepath" 5 ) 6 7 func normalizePath(path string) string { 8 return filepath.FromSlash(path) 9 }