Releases: vgough/go-fuse-c
Releases · vgough/go-fuse-c
Bugfix
Minor naming updates
Changed names to be consistent with Go standards. (MemFs -> MemFS). This is not backward compatible.
Darwin build fixes
Fix build failures on Darwin systems.
Lint clean
API functions were renamed to reduce lint warnings.
Eg StatFs
-> StatFS
, to better conform to Go abbreviation standards.
v0.6
Initial tagged release
Tagged and Go modules added.