1 2 3 4 5 6 7 8
//go:build freebsd package define const ( // TypeBind is the type for mounting host dir TypeBind = "nullfs" )