validate_test_unix.go 104 B

12345678
  1. // +build !windows
  2. package volume
  3. var (
  4. testDestinationPath = "/foo"
  5. testSourcePath = "/foo"
  6. )