summaryrefslogtreecommitdiff
path: root/libpod/define/mount_freebsd.go
blob: e080c9ec6c851ea2445fee884e4ae9fb6a925357 (plain)
1
2
3
4
5
6
7
8
//go:build freebsd

package define

const (
	// TypeBind is the type for mounting host dir
	TypeBind = "nullfs"
)