From 2869d0a1b601da3ca6d739ef385450b1268adfe2 Mon Sep 17 00:00:00 2001 From: Patrick DeVivo Date: Fri, 13 Dec 2019 11:08:40 -0500 Subject: [PATCH] add a link to tickgit (#2851) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6af70dae..49b9b335 100644 --- a/README.md +++ b/README.md @@ -2050,6 +2050,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [php-parser](https://github.com/z7zmey/php-parser) - A Parser for PHP written in Go. * [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) - staticcheck is `go vet` on steroids, applying a ton of static analysis checks you might be used to from tools like ReSharper for C#. * [tarp](https://github.com/verygoodsoftwarenotvirus/tarp) - tarp finds functions and methods without direct unit tests in Go source code. +* [tickgit](https://github.com/augmentable-dev/tickgit) - CLI and go package for surfacing code comment TODOs (in any language) and applying a `git blame`to identify the author. * [unconvert](https://github.com/mdempsky/unconvert) - Remove unnecessary type conversions from Go source. * [unused](https://github.com/dominikh/go-tools/tree/master/cmd/unused) - unused checks Go code for unused constants, variables, functions and types. * [validate](https://github.com/mccoyst/validate) - Automatically validates struct fields with tags.