Commit 485a73b1 authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

nodefs: document ExampleNewNodeFS

parent 6dc93d5b
......@@ -12,6 +12,8 @@ import (
"github.com/hanwen/go-fuse/fuse"
)
// An example of creating a loopback file system, and mounting it onto
// a directory
func ExampleNewNodeFS() {
mntDir, _ := ioutil.TempDir("", "")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment