Initial commit
This commit is contained in:
9
vendor/github.com/hyperhq/hypercli/pkg/archive/copy_windows.go
generated
vendored
Normal file
9
vendor/github.com/hyperhq/hypercli/pkg/archive/copy_windows.go
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
package archive
|
||||
|
||||
import (
|
||||
"path/filepath"
|
||||
)
|
||||
|
||||
func normalizePath(path string) string {
|
||||
return filepath.FromSlash(path)
|
||||
}
|
||||
Reference in New Issue
Block a user