1// Copyright 2019 the Go-FUSE Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
5// This is a repository containing Go bindings for writing FUSE file
6// systems.
7//
8// Go to https://godoc.org/github.com/hanwen/go-fuse/fs for the
9// in-depth documentation for this library.
10//
11// Older, deprecated APIs are available at
12// https://godoc.org/github.com/hanwen/go-fuse/fuse/pathfs and
13// https://godoc.org/github.com/hanwen/go-fuse/fuse/nodefs.
14package lib
15