Files
overlayfs/overlayfs_fuse_windows.go
Matheus Sampaio Queiroga 4961744ccd
Some checks failed
Golang test / go-test (ubuntu-latest) (push) Successful in 35s
Golang test / go-test (windows-latest) (push) Has been cancelled
Update fuse struct
2025-07-22 13:46:04 -03:00

9 lines
214 B
Go

//go:build windows
package overlayfs
import "sirherobrine23.com.br/Sirherobrine23/cgofuse/winfsp"
// Check if winfsp is available on the system
func OverlayfsAvaible() bool { return winfsp.LoadWinFSP() == nil }