nickng / dingo-hunter

Static analyser for finding Deadlocks in Go
Apache License 2.0
316 stars 28 forks source link

readme usage example typos #23

Closed dmarottoli closed 5 years ago

dmarottoli commented 5 years ago

At the Readme some command line are not up to date, for example the command

dingo-hunter infer example/local-deadlock/main.go --no-logging --output deadlock.migo

should be

dingo-hunter migo examples/local-deadlock/main.go --no-logging --output deadlock.migo