Closed aarzilli closed 8 years ago
Since go1.6 reading a map while concurrently writing to it will cause a panic, access to the Extensions map needs to be guarded with a read/write mutex.
Extensions
Awesome, thank you!
Since go1.6 reading a map while concurrently writing to it will cause a panic, access to the
Extensions
map needs to be guarded with a read/write mutex.