mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Add apicompat. (#1109)
Tool that checks recent changes to a Go project for backwards incompatible changes.
This commit is contained in:
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…
Reference in New Issue
Block a user