Updated doc.go, too.

geesefs-0-30-9
Aaron Jacobs 2015-02-27 10:01:10 +11:00
parent 923b2e69ea
commit 5c56db905d
1 changed files with 3 additions and 3 deletions

6
doc.go
View File

@ -8,9 +8,9 @@
// * The FileSystem interface, which defines the methods a file system must // * The FileSystem interface, which defines the methods a file system must
// implement. // implement.
// //
// * NotImplementedFileSystem, which may be embedded to obtain default // * fuseutil.NotImplementedFileSystem, which may be embedded to obtain
// implementations for all methods that are not of interest to a particular // default implementations for all methods that are not of interest to a
// file system. // particular file system.
// //
// * Mount, a function that allows for mounting a file system. // * Mount, a function that allows for mounting a file system.
// //