Bazil source code

bazil.org/bazil is the Go package behind the Bazil application.

If you just want to just use Bazil, you don't need to know about this. See documentation for how to install it.

Here's how to get going:

go get bazil.org/bazil

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

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

Projects

Bazil is a distributed file system designed for single-person disconnected operation. It lets you share your files across all your computers, with or without cloud services.

FUSE is a programming library for writing file systems in userspace, in Go.

Fork me on GitHub