summaryrefslogtreecommitdiffstats
path: root/hugofs
diff options
context:
space:
mode:
authorAlbert Nigmatzianov <albertnigma@gmail.com>2017-03-09 18:18:12 +0500
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-09 14:18:12 +0100
commit48120ccfd2138ff2b308081cd7cb9cee033db691 (patch)
treee008e9b8ebccdd897d51ae152c4d2b89215237de /hugofs
parent560ed6e686f19c58dc98af9f47bb35c81f4d7979 (diff)
all: Fix some govet complaints
Diffstat (limited to 'hugofs')
-rw-r--r--hugofs/fs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hugofs/fs.go b/hugofs/fs.go
index 1ddb98214..f79c927db 100644
--- a/hugofs/fs.go
+++ b/hugofs/fs.go
@@ -44,7 +44,7 @@ func NewDefault(cfg config.Provider) *Fs {
return newFs(fs, cfg)
}
-// NewDefault creates a new Fs with the MemMapFs
+// NewMem creates a new Fs with the MemMapFs
// as source and destination file systems.
// Useful for testing.
func NewMem(cfg config.Provider) *Fs {