diff --git a/fuseops/ops.go b/fuseops/ops.go index 52f8998..1cf821a 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -12,7 +12,10 @@ // See the License for the specific language governing permissions and // limitations under the License. -package fuse +// Package fuseops contains implementations of the fuse.Op interface that may +// be returned by fuse.Connection.ReadOp. See documentation in that package for +// more. +package fuseops import ( "fmt"