Skip to content

KyleSanderson/fuse

 
 

Repository files navigation

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

github.com/KyleSanderson/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/KyleSanderson/fuse embraces Go fully for safety and ease of programming.

Here’s how to get going:

go get github.com/KyleSanderson/fuse

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

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

API docs: http://godoc.org/github.com/KyleSanderson/fuse

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

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 100.0%