From 7864c7cc8c490b49a454a90af226e045599c56a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dobros=C5=82aw=20=C5=BBybort?= Date: Wed, 2 Mar 2016 09:44:25 +0100 Subject: [PATCH] Remove doc Fix #575 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1110f8db..cbcbdd73 100644 --- a/README.md +++ b/README.md @@ -1051,7 +1051,6 @@ Go software and plugins. ## Code Analysis -* [doc](https://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.