package
0.0.0-20231006063515-ce13bd10540d
Repository: https://github.com/shipengqi/example.v1.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
如果注释掉 WriteToMap 和 ReadFromMap 中 locker 保护的代码,执行测试,加上 `-race` 一定会失败:`go test -v -race` ================== TestReadFromMap: testing.go:906: race detected during execution of test TestWriteToMap: testing.go:906: race detected during execution of test.