diff options
author | Albert Nigmatzianov <[email protected]> | 2017-03-09 18:18:12 +0500 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2017-03-09 14:18:12 +0100 |
commit | 48120ccfd2138ff2b308081cd7cb9cee033db691 (patch) | |
tree | e008e9b8ebccdd897d51ae152c4d2b89215237de /hugofs/fs.go | |
parent | 560ed6e686f19c58dc98af9f47bb35c81f4d7979 (diff) | |
download | hugo-48120ccfd2138ff2b308081cd7cb9cee033db691.tar.gz hugo-48120ccfd2138ff2b308081cd7cb9cee033db691.zip |
all: Fix some govet complaints
Diffstat (limited to 'hugofs/fs.go')
-rw-r--r-- | hugofs/fs.go | 2 |
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 { |