Files
virtual-kubelet/vendor/github.com/hyperhq/hypercli/pkg/archive/copy_windows.go
2017-12-05 17:53:58 -06:00

10 lines
122 B
Go

package archive
import (
"path/filepath"
)
func normalizePath(path string) string {
return filepath.FromSlash(path)
}