]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blame - vendor/github.com/fsouza/go-dockerclient/external/github.com/docker/docker/pkg/system/path_windows.go
provider: Ensured Go 1.11 in TravisCI and README
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / fsouza / go-dockerclient / external / github.com / docker / docker / pkg / system / path_windows.go
CommitLineData
9b12e4fe
JC
1// +build windows
2
3package system
4
5// DefaultPathEnv is deliberately empty on Windows as the default path will be set by
6// the container. Docker has no context of what the default path should be.
7const DefaultPathEnv = ""