containerd/cmd/containerd/builtins_btrfs_linux.go
Phil Estes bd432461d3
Shorten no-btrfs build tag name
Remove the `containerd_` portion of the build tag name as it is
unnecessary.

Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
2017-05-12 09:53:57 -05:00

6 lines
94 B
Go

// +build !no_btrfs
package main
import _ "github.com/containerd/containerd/snapshot/btrfs"