github.com/jfrazelle/docker@v1.1.2-0.20210712172922-bf78e25fe508/volume/mounts/validate_windows_test.go (about) 1 package mounts // import "github.com/docker/docker/volume/mounts" 2 3 var ( 4 testDestinationPath = `c:\foo` 5 testSourcePath = `c:\foo` 6 )