We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AddHook passes a lock by the value: type Probe contains sync.RWMutex which is sync.Locker
AddHook
Probe
sync.RWMutex
sync.Locker
The text was updated successfully, but these errors were encountered:
fix #10
db35a1a
AddHook passes a lock by the value: type Probe contains sync.RWMutex which is sync.Locker Signed-off-by: CFC4N <cfc4n.cs@gmail.com>
Merge pull request #11 from ehids/syncrwmutex
5781ec8
fixed #10 type 'Probe' contains 'sync.RWMutex' which is 'sync.Locker'
Successfully merging a pull request may close this issue.
AddHook
passes a lock by the value: typeProbe
containssync.RWMutex
which issync.Locker
The text was updated successfully, but these errors were encountered: