Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 62c1f0ef41e6cd88a8846da1c11976a320ca8b41 Component: engine
9 lines
104 B
Go
9 lines
104 B
Go
// +build !windows
|
|
|
|
package volume
|
|
|
|
var (
|
|
testDestinationPath = "/foo"
|
|
testSourcePath = "/foo"
|
|
)
|