github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/volume/mounts/validate_unix_test.go (about)

     1  // +build !windows
     2  
     3  package mounts // import "github.com/docker/docker/volume/mounts"
     4  
     5  var (
     6  	testDestinationPath = "/foo"
     7  	testSourcePath      = "/foo"
     8  )