This website requires JavaScript.
Explore
Help
Sign In
github
/
hugo
Watch
1
Star
0
Fork
You've already forked hugo
0
mirror of
https://github.com/gohugoio/hugo.git
synced
2024-11-07 20:30:36 -05:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
0ee2610d7c
hugo
/
cache
/
docs.go
3 lines
77 B
Go
Raw
Normal View
History
Unescape
Escape
all: Fix typos in function names and comments
2023-05-22 13:11:12 -04:00
// Package cache contains the different cache implementations.
Create a struct with all of Hugo's config options Primary motivation is documentation, but it will also hopefully simplify the code. Also, * Lower case the default output format names; this is in line with the custom ones (map keys) and how it's treated all the places. This avoids doing `stringds.EqualFold` everywhere. Closes #10896 Closes #10620
2023-01-04 12:24:36 -05:00
package
cache
Reference in a new issue
Copy permalink