dotcloud/docker

View on GitHub
pkg/archive/copy_windows.go

Summary

Maintainability
A
0 mins
Test Coverage
package archive // import "github.com/docker/docker/pkg/archive"

import (
    "path/filepath"
)

func normalizePath(path string) string {
    return filepath.FromSlash(path)
}