validate_windows_test.go 135 B

12345678
  1. // +build windows
  2. package container
  3. const (
  4. testAbsPath = `c:\foo`
  5. testAbsNonExistent = `c:\some-non-existing-host-path\`
  6. )