Files
docker-cli/components/engine/volume/validate_windows_test.go
Daniel Nephin 94c685a721 Add deadcode linter
Signed-off-by: Daniel Nephin <dnephin@docker.com>
Upstream-commit: 62c1f0ef41e6cd88a8846da1c11976a320ca8b41
Component: engine
2017-08-21 18:18:50 -04:00

7 lines
88 B
Go

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