1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

hugolib: Fix some more Golint warnings

This commit is contained in:
Bjørn Erik Pedersen
2016-03-23 10:10:28 +01:00
parent 8a60571fd2
commit 937592cb85
4 changed files with 13 additions and 12 deletions

View File

@@ -18,6 +18,7 @@ import (
jww "github.com/spf13/jwalterweatherman"
)
// Sitemap configures the sitemap to be generated.
type Sitemap struct {
ChangeFreq string
Priority float64