From: Bjørn Erik Pedersen Date: Thu, 7 Apr 2016 11:56:11 +0000 (+0200) Subject: hugofs: Fix GoDoc X-Git-Tag: v0.16~119 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=57c347e4;p=brevno-suite%2Fhugo hugofs: Fix GoDoc --- diff --git a/hugofs/fs.go b/hugofs/fs.go index a3cb55ea..c5436bba 100644 --- a/hugofs/fs.go +++ b/hugofs/fs.go @@ -58,7 +58,7 @@ func WorkingDir() *afero.BasePathFs { return workingDirFs } -// InitFs initializes with the OS file system +// InitDefaultFs initializes with the OS file system // as source and destination file systems. func InitDefaultFs() { InitFs(&afero.OsFs{})