hugofs: Fix GoDoc - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 57c347e4cccbf7658e0d39ca25b35031771ec176
DIR parent 969f9311c12a9f54fdd820e038a56ce6fc6ed946
HTML Author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Date: Thu, 7 Apr 2016 13:56:11 +0200
hugofs: Fix GoDoc
Diffstat:
M hugofs/fs.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git 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{})