moby--moby/volume/validate_test_unix.go

9 lines
104 B
Go

// +build !windows
package volume
var (
testDestinationPath = "/foo"
testSourcePath = "/foo"
)