github.com/zhuohuang-hust/src-cbuild@v0.0.0-20230105071821-c7aab3e7c840/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 }