github.com/gunjan5/docker@v1.8.2/daemon/daemon_btrfs.go (about) 1 // +build !exclude_graphdriver_btrfs,linux 2 3 package daemon 4 5 import ( 6 _ "github.com/docker/docker/daemon/graphdriver/btrfs" 7 )