From 9e96481bf02bc0ba2a4039ded3825f19d925237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bohusl=C3=A1vek?= Date: Sat, 23 May 2015 14:32:24 +0200 Subject: [PATCH] add dupl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fb500394..cfbe3f47 100644 --- a/README.md +++ b/README.md @@ -789,6 +789,7 @@ Go software and plugins. ## Code Analysis * [doc](http://godoc.org/robpike.io/cmd/doc) - Go documentation tool that produces an alternative doc format. +* [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. * [Go Metalinter](https://github.com/alecthomas/gometalinter) - Metalinter is a tool to automatically apply all static analysis tool and report their output in normalized form.