
Remove the `containerd_` portion of the build tag name as it is unnecessary. Signed-off-by: Phil Estes <estesp@linux.vnet.ibm.com>
6 lines
94 B
Go
6 lines
94 B
Go
// +build !no_btrfs
|
|
|
|
package main
|
|
|
|
import _ "github.com/containerd/containerd/snapshot/btrfs"
|