package nfs import ( billy "github.com/go-git/go-billy/v5" ) func CapabilityCheck(fs Filesystem, cap billy.Capability) bool { return true }