Commit f4f7205f authored by Kirill Smelkov's avatar Kirill Smelkov Committed by Han-Wen Nienhuys

fuse: A bit better package documentation rendering in godoc

Current state is: fuse's godoc package-level description is completely
empty because there is a blank link between package-level description
and package clause.

Yes, a user still has to go through api.go and read it in full, but
having at least something for the description is a better start, and
removing one line is easy.

We already do it this way e.g. for nodefs and in other places.
parent bdca0e6a
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
// The fuse package provides APIs to implement filesystems in // The fuse package provides APIs to implement filesystems in
// userspace. Typically, each call of the API happens in its own // userspace. Typically, each call of the API happens in its own
// goroutine, so take care to make the file system thread-safe. // goroutine, so take care to make the file system thread-safe.
package fuse package fuse
// Types for users to implement. // Types for users to implement.
......
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