Commit 8e746f35 authored by Aaron Jacobs's avatar Aaron Jacobs

Updated the package statement.

parent 84559e62
......@@ -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"
......
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