sanposhiho / gomockhandler

Mr. gomockhandler is the clever and more agile manager of golang/mock (uber/mock) 👔
MIT License
105 stars 8 forks source link

read/write map is not thread safe #75

Closed sanposhiho closed 2 years ago

sanposhiho commented 2 years ago

This PR fixes this error on zombie.(*Checker).Search.

fatal error: concurrent map read and map write

read/write map is not thread safe