moby/volume/validate_windows_test.go
Daniel Nephin 62c1f0ef41 Add deadcode linter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2017-08-21 18:18:50 -04:00

6 lines
88 B
Go

package volume
var (
testDestinationPath = `c:\foo`
testSourcePath = `c:\foo`
)