mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 12:12:37 +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