Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 62c1f0ef41e6cd88a8846da1c11976a320ca8b41 Component: engine
7 lines
88 B
Go
7 lines
88 B
Go
package volume
|
|
|
|
var (
|
|
testDestinationPath = `c:\foo`
|
|
testSourcePath = `c:\foo`
|
|
)
|