Skip to content
/ fuse Public
forked from bazil/fuse

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

License

Notifications You must be signed in to change notification settings

presotto/fuse

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.8%
  • Shell 0.2%