Updated the package statement.

geesefs-0-30-9
Aaron Jacobs 2015-03-24 13:58:25 +11:00
parent 84559e6234
commit 8e746f35b5
1 changed files with 4 additions and 1 deletions

View File

@ -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"