github.com/demonoid81/moby@v0.0.0-20200517203328-62dd8e17c460/volume/mounts/validate_unix_test.go (about)

     1  // +build !windows
     2  
     3  package mounts // import "github.com/demonoid81/moby/volume/mounts"
     4  
     5  var (
     6  	testDestinationPath = "/foo"
     7  	testSourcePath      = "/foo"
     8  )