mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-31 22:41:53 +02:00
all: Run modernize -fix ./...
This commit is contained in:
@@ -27,7 +27,7 @@ func NewFinder(cfg FinderConfig) *Finder {
|
||||
}
|
||||
|
||||
var searchIDPool = sync.Pool{
|
||||
New: func() interface{} {
|
||||
New: func() any {
|
||||
return &searchID{seen: make(map[Manager]bool)}
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user