From 13d03ccf7d79a8422a8c667a70194fbb38405469 Mon Sep 17 00:00:00 2001 From: Valient Gough Date: Sat, 4 Apr 2015 21:42:18 -0700 Subject: [PATCH] move hellofs to examples directory --- fuse.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fuse.go b/fuse.go index cb29932b..702f7446 100644 --- a/fuse.go +++ b/fuse.go @@ -39,7 +39,7 @@ // but few are required. // The specific methods are described in the documentation for those interfaces. // -// The hellofs subdirectory contains a simple illustration of the fs.Serve approach. +// The hellofs example contains a simple illustration of the fs.Serve approach. // // Service Methods //