validate_windows_test.go 141 B

123456
  1. package mounts // import "github.com/docker/docker/volume/mounts"
  2. const (
  3. testDestinationPath = `c:\foo`
  4. testSourcePath = `c:\foo`
  5. )