mirror of
https://github.com/moby/moby.git
synced 2026-07-05 22:27:36 +00:00
8 lines
137 B
Go
8 lines
137 B
Go
// +build !exclude_graphdriver_devicemapper,linux
|
|
|
|
package daemon
|
|
|
|
import (
|
|
_ "github.com/docker/docker/daemon/graphdriver/devmapper"
|
|
)
|