Add apicompat. (#1109)

Tool that checks recent changes to a Go project for backwards incompatible changes.
master
Bradley Falzon 8 years ago committed by Dmitri Shuralyov
parent e13c9ae831
commit 9ebf0b1747

@ -1167,6 +1167,7 @@ Go software and plugins.
## Code Analysis
* [apicompat](https://github.com/bradleyfalzon/apicompat) - Checks recent changes to a Go project for backwards incompatible changes.
* [dupl](https://github.com/mibk/dupl) - A tool for code clone detection.
* [errcheck](https://github.com/kisielk/errcheck) - Errcheck is a program for checking for unchecked errors in Go programs.
* [gcvis](https://github.com/davecheney/gcvis) - Visualise Go program GC trace data in real time.

Loading…
Cancel
Save