mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
9 lines
206 B
Go
9 lines
206 B
Go
// +build windows
|
|
|
|
package container // import "github.com/docker/docker/daemon/cluster/executor/container"
|
|
|
|
const (
|
|
testAbsPath = `c:\foo`
|
|
testAbsNonExistent = `c:\some-non-existing-host-path\`
|
|
)
|