Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/hugofs
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-10 02:36:53 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2016-04-10 02:36:53 +0300
commitdde967d8ca5c5856ed46b27ee6ba7948cde1b807 (patch)
tree2888044b45047705670e6e0250079c139cf3f4d5 /hugofs
parent16ee8566360073f8a41c6fc84a9dd8f1813bb9db (diff)
hugofs: Add package doc
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index c5436bba9..fff0c64a6 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -11,6 +11,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
+// Package hugofs provides the file systems used by Hugo.
package hugofs
import (