1 2 3 4 5 6 7 8
// +build !linux // Package fusefrontend interfaces directly with the go-fuse library. package fusefrontend func disallowedXAttrName(attr string) bool { return false }