Skip to content

Commit 9849cf6

Browse files
committed
Add godoc badge
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
1 parent 1ce01ad commit 9849cf6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ debugmutex
22
==========
33

44
[![Build Status](https://travis-ci.org/LK4D4/debugmutex.svg?branch=master)](https://travis-ci.org/LK4D4/debugmutex)
5+
[![GoDoc](https://godoc.org/github.com/LK4D4/debugmutex?status.svg)](https://godoc.org/github.com/LK4D4/debugmutex)
56

67
Mutex for debugging deadlocks. It can find non-obvious deadlocks in systems
78
with heavy `sync.Mutex` usage. I found many deadlocks in Docker with it.

0 commit comments

Comments
 (0)