github.com/rita33cool1/iot-system-gateway@v0.0.0-20200911033302-e65bde238cc5/docker-engine/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 )