mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-30 22:39:58 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -31,7 +31,7 @@ import (
|
||||
func newTestFd() *pagemeta.FrontMatterDescriptor {
|
||||
return &pagemeta.FrontMatterDescriptor{
|
||||
PageConfig: &pagemeta.PageConfig{
|
||||
Params: make(map[string]interface{}),
|
||||
Params: make(map[string]any),
|
||||
},
|
||||
Location: time.UTC,
|
||||
}
|
||||
|
Reference in New Issue
Block a user