Files
overlayfs/overlayfs_fuse_unix.go
2025-07-28 00:24:34 -03:00

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() }