hugofs: Fix GoDoc

This commit is contained in:
Bjørn Erik Pedersen 2016-04-07 13:56:11 +02:00
parent 969f9311c1
commit 57c347e4cc

View file

@ -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{})