mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 23:38:53 +00:00
94a6233aab
This introduces a new thread safe maps.Map type to avoid abusing the exsting maps.Cache for regular map uses. Fixes #14140