github.com/docker/engine@v22.0.0-20211208180946-d456264580cf+incompatible/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  )