From 00294816ffe951796f2a96a577cdcdf760166ec7 Mon Sep 17 00:00:00 2001 From: Aaron Jacobs Date: Fri, 27 Feb 2015 09:26:52 +1100 Subject: [PATCH] Added a basic package description. --- doc.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..3b7296f --- /dev/null +++ b/doc.go @@ -0,0 +1,5 @@ +// Copyright 2015 Google Inc. All Rights Reserved. +// Author: jacobsa@google.com (Aaron Jacobs) + +// Package fuse enables writing and mounting user-space file systems. +package fuse