mirror of
https://github.com/gohugoio/hugo.git
synced 2025-03-19 04:14:24 +00:00
hugofs: Fix GoDoc
This commit is contained in:
parent
969f9311c1
commit
57c347e4cc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ func WorkingDir() *afero.BasePathFs {
|
||||||
return workingDirFs
|
return workingDirFs
|
||||||
}
|
}
|
||||||
|
|
||||||
// InitFs initializes with the OS file system
|
// InitDefaultFs initializes with the OS file system
|
||||||
// as source and destination file systems.
|
// as source and destination file systems.
|
||||||
func InitDefaultFs() {
|
func InitDefaultFs() {
|
||||||
InitFs(&afero.OsFs{})
|
InitFs(&afero.OsFs{})
|
||||||
|
|
Loading…
Reference in a new issue