From 720a5283fb75e91cc925eade5a26fff04f8fa5b8 Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Tue, 23 Jul 2024 02:10:02 +0100 Subject: [PATCH] Add godump (#5347) * add godump * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36231b74..d603032e 100644 --- a/README.md +++ b/README.md @@ -2492,6 +2492,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [go-fasttld](https://github.com/elliotwutingfeng/go-fasttld) - High performance effective top level domains (eTLD) extraction module. - [go-nmea](https://github.com/adrianmo/go-nmea) - NMEA parser library for the Go language. - [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard. +- [godump](https://github.com/yassinebenaid/godump) - Pretty print any GO variable with ease, an alternative to Go's `fmt.Printf("%#v")`. - [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go. - [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language. - [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts.