sasha-s / go-deadlock

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

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

Closed smileusd closed 7 years ago

smileusd commented 7 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 7 years ago

Thanks for reporting and fixing this.