docker/runtime/runtime_btrfs.go

8 строки
124 B
Go

// +build !exclude_graphdriver_btrfs
package runtime
import (
_ "github.com/dotcloud/docker/runtime/graphdriver/btrfs"
)