github.com/Heebron/moby@v0.0.0-20221111184709-6eab4f55faf7/daemon/cluster/executor/container/validate_unix_test.go (about) 1 //go:build !windows 2 // +build !windows 3 4 package container // import "github.com/docker/docker/daemon/cluster/executor/container" 5 6 const ( 7 testAbsPath = "/foo" 8 testAbsNonExistent = "/some-non-existing-host-path/" 9 )