Some checks failed
Golang test / go-test (push) Failing after 11s
9 lines
247 B
Go
9 lines
247 B
Go
//go:build cgo && (darwin || freebsd || netbsd || openbsd)
|
|
|
|
package overlayfs
|
|
|
|
import "sirherobrine23.com.br/Sirherobrine23/cgofuse/fuse/utils"
|
|
|
|
// Check if /dev/fuse avaible in system
|
|
func OverlayfsAvaible() bool { return utils.FuseAvailable() }
|