validate_unix_test.go 158 B

12345678
  1. //go:build !windows
  2. package mounts // import "github.com/docker/docker/volume/mounts"
  3. const (
  4. testDestinationPath = "/foo"
  5. testSourcePath = "/foo"
  6. )