mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-12 01:41:36 +00:00
In old code, mu is struct not pointer, it caused create new mutex event with same writer. Change to use pointer to sync.Mutex, so that the mutex is shared between handler with same writer. |
||
|---|---|---|
| .. | ||
| format.go | ||
| format_test.go | ||
| handler.go | ||
| handler_glog.go | ||
| logger.go | ||
| logger_test.go | ||
| root.go | ||
| root_test.go | ||