From 5c56db905dc0d1c53e3cdb6709cbacac9244d10b Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 10:01:10 +1100 Subject: [PATCH] Updated doc.go, too. --- doc.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc.go b/doc.go index f4eb8c0..ddedc38 100644 --- a/doc.go +++ b/doc.go @@ -8,9 +8,9 @@ // * The FileSystem interface, which defines the methods a file system must // implement. // -// * NotImplementedFileSystem, which may be embedded to obtain default -// implementations for all methods that are not of interest to a particular -// file system. +// * fuseutil.NotImplementedFileSystem, which may be embedded to obtain +// default implementations for all methods that are not of interest to a +// particular file system. // // * Mount, a function that allows for mounting a file system. //