sasha-s / go-deadlock

Online deadlock detection in go (golang)
Apache License 2.0
1.03k stars 75 forks source link

add deadlcok check of taking a lock twice in a goroutine #5

Closed smileusd closed 6 years ago

smileusd commented 6 years ago

I may use the plugin in my program, but I want to add a check with taking a lock twice in a goroutine. I'm coding for that.

sasha-s commented 6 years ago

Thanks for reporting and fixing this.