Files
docker-cli/vendor/github.com/moby/go-archive/copy_windows.go
T
2025-04-09 13:18:58 +02:00

10 lines
122 B
Go

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