d69b1fdb72
- don't use un-keyed structs - user assert.Check where possible - use consts for fixed values Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
6 lines
141 B
Go
6 lines
141 B
Go
package mounts // import "github.com/docker/docker/volume/mounts"
|
|
|
|
const (
|
|
testDestinationPath = `c:\foo`
|
|
testSourcePath = `c:\foo`
|
|
)
|