//go:build !windows package mounts // import "github.com/docker/docker/volume/mounts" const ( testDestinationPath = "/foo" testSourcePath = "/foo" )