reg/vendor/github.com/docker/docker-ce/components/engine/volume/validate_windows_test.go

7 lines
132 B
Go
Raw Normal View History

package volume // import "github.com/docker/docker/volume"
var (
testDestinationPath = `c:\foo`
testSourcePath = `c:\foo`
)