Commit f031c99e authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Drop libfuse reference from api.go

parent dcefc48c
// The fuse package provides APIs to implement filesystems in
// userspace, using libfuse on Linux. Typically, each call of the API
// happens in its own goroutine, so take care to make the file system
// thread-safe.
// userspace. Typically, each call of the API happens in its own
// goroutine, so take care to make the file system thread-safe.
package fuse
......
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