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