github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/volume/mounts/validate_windows_test.go (about)

     1  package mounts // import "github.com/demonoid81/moby/volume/mounts"
     2  
     3  var (
     4  	testDestinationPath = `c:\foo`
     5  	testSourcePath      = `c:\foo`
     6  )