From c5de030dc0cd9e86cec70725d4b19299d7771f88 Mon Sep 17 00:00:00 2001 From: Olivier Ligot Date: Thu, 20 Nov 2014 14:17:48 +0100 Subject: [PATCH] Add delve, a Go debugger --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 350e327f..63a3e1b0 100644 --- a/README.md +++ b/README.md @@ -474,6 +474,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a * [cli](https://github.com/codegangsta/cli) - A small package for building command line apps in Go. * [cli-init](https://github.com/tcnksm/cli-init) - The easy way to start building Golang command-line application. * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. +* [delve](https://github.com/derekparker/delve) - Go debugger. * [godropbox](https://github.com/dropbox/godropbox) - Common libraries for writing Go services/applications from Dropbox. * [gopencils](https://github.com/bndr/gopencils) - Small and simple package to easily consume REST APIs. * [goreq](https://github.com/franela/goreq) - Minimal and simple request library for Go language.