From 9ebf0b174731b490491dd939495756ec666e12be Mon Sep 17 00:00:00 2001 From: Bradley Falzon Date: Sun, 25 Sep 2016 02:24:30 +0930 Subject: [PATCH] Add apicompat. (#1109) Tool that checks recent changes to a Go project for backwards incompatible changes. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aea63456..f6940cff 100644 --- a/README.md +++ b/README.md @@ -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.