Files
docker-cli/components/engine/volume/validate_unix_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

9 lines
104 B
Go

// +build !windows
package volume
var (
testDestinationPath = "/foo"
testSourcePath = "/foo"
)