mirror of
https://github.com/netbirdio/easyjson.git
synced 2026-05-22 18:44:42 -07:00
f60ef38230
The `chromedp-gen` tool, which makes use of the raw code, would occassionally encounter a concurrent map write (on slow systems). This adds a simple `sync.RWMutex` to the map causing problems.