mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
@@ -244,7 +244,7 @@ func BenchmarkAssignMetadata(b *testing.B) {
|
||||
for i := 0; i < b.N; i++ {
|
||||
b.StopTimer()
|
||||
var resources resource.Resources
|
||||
meta := []map[string]interface{}{
|
||||
meta := []map[string]any{
|
||||
{
|
||||
"title": "Foo #:counter",
|
||||
"name": "Foo Name #:counter",
|
||||
|
Reference in New Issue
Block a user