github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/daemon/daemon_btrfs.go (about) 1 // +build !exclude_graphdriver_btrfs,linux 2 3 package daemon 4 5 import ( 6 // register the btrfs graphdriver 7 _ "github.com/docker/docker/daemon/graphdriver/btrfs" 8 )