/fuse

FUSE library for Go.  go get bazil.org/fuse  

Primary LanguageGoOtherNOASSERTION

github.com/presotto/fuse -- Filesystems in Go

github.com/presotto/fuse is a Go library for writing FUSE userspace filesystems.

It is a from-scratch implementation of the kernel-userspace communication protocol, and does not use the C library from the project called FUSE. github.com/presotto/fuse embraces Go fully for safety and ease of programming.

Here’s how to get going:

go get github.com/presotto/fuse

Website: http://github.com/presotto/fuse/

Github repository: https://github.com/presotto/fuse

API docs: http://godoc.org/bazil.com/fuse

Our thanks to Russ Cox for his fuse library, which this project is based on.

This is a fork of TV's bazil.org project. The fork has it's HEAD reset to the commit preceding the removal of macos support. I created it because I still need macos fuse support and I wanted to incorporate Tom Lieber's changes for BigSur and beyond.