validate_windows_test.go 206 B

12345678
  1. // +build windows
  2. package container // import "github.com/docker/docker/daemon/cluster/executor/container"
  3. const (
  4. testAbsPath = `c:\foo`
  5. testAbsNonExistent = `c:\some-non-existing-host-path\`
  6. )