From 34507e05d7e4537569fa49e52e67b0c1f054a2c9 Mon Sep 17 00:00:00 2001 From: Tyler Wince Date: Mon, 25 Feb 2019 06:42:49 -0500 Subject: [PATCH] Add tylerwince/godbg (#2343) * Add godbg to README * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 361676ac..fd72bff4 100644 --- a/README.md +++ b/README.md @@ -1863,6 +1863,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-callvis](https://github.com/TrueFurby/go-callvis) - Visualize call graph of your Go program using dot format. * [go-pkg-complete](https://github.com/skelterjohn/go-pkg-complete) - Bash completion for go and wgo. * [go-swagger](https://github.com/go-swagger/go-swagger) - Swagger 2.0 implementation for go. Swagger is a simple yet powerful representation of your RESTful API. +* [godbg](https://github.com/tylerwince/godbg) - Implementation of Rusts `dbg!` macro for quick and easy debugging during development. * [OctoLinker](https://github.com/OctoLinker/browser-extension) - Navigate through go files efficiently with the OctoLinker browser extension for GitHub. * [richgo](https://github.com/kyoh86/richgo) - Enrich `go test` outputs with text decorations. * [rts](https://github.com/galeone/rts) - RTS: response to struct. Generates Go structs from server responses.