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