mirror of
https://github.com/moby/moby.git
synced 2026-07-12 02:25:19 +00:00
6 lines
128 B
Go
6 lines
128 B
Go
// +build !linux,!freebsd,!windows
|
|
|
|
package daemon // import "github.com/docker/docker/daemon"
|
|
|
|
const platformSupported = false
|