From cdfc7045b56c6f4589898cdd6c829b9353b8541e Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Wed, 25 Mar 2015 09:18:56 +1100 Subject: [PATCH] Added a callout to fuseutil.NewFileSystemServer. --- doc.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc.go b/doc.go index 1f8f8a6..47aca08 100644 --- a/doc.go +++ b/doc.go @@ -19,7 +19,10 @@ // * The fuseops package, which defines the operations that fuse might send // to your userspace daemon. // -// * The Server interface, which a type in your daemon must implement. +// * The Server interface, which your daemon must implement. +// +// * fuseutil.NewFileSystemServer, which offers a convenient way to implement +// the Server interface. // // * Mount, a function that allows for mounting a Server as a file system. //