blob: 5375db380ede643f224e8060c14ef57aa164f958 [file] [log] [blame]
// +build !windows
package volume // import "github.com/docker/docker/volume"
var (
testDestinationPath = "/foo"
testSourcePath = "/foo"
)