mirror of
https://github.com/docker/cli.git
synced 2026-09-01 18:14:34 -05:00
Signed-off-by: Daniel Nephin <dnephin@docker.com> Upstream-commit: 4f0d95fa6ee7f865597c03b9e63702cdcb0f7067 Component: engine
7 lines
132 B
Go
7 lines
132 B
Go
package volume // import "github.com/docker/docker/volume"
|
|
|
|
var (
|
|
testDestinationPath = `c:\foo`
|
|
testSourcePath = `c:\foo`
|
|
)
|