github.com/zhouyu0/docker-note@v0.0.0-20190722021225-b8d3825084db/daemon/cluster/executor/container/validate_windows_test.go (about) 1 // +build windows 2 3 package container // import "github.com/docker/docker/daemon/cluster/executor/container" 4 5 const ( 6 testAbsPath = `c:\foo` 7 testAbsNonExistent = `c:\some-non-existing-host-path\` 8 )