From c6b9676e60a2bdb27f4c15c8b213d6208b7070ab Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Fri, 28 Jun 2024 12:40:33 +0100 Subject: [PATCH 1/2] add godump --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fa95e3366f..b02885c841f 100644 --- a/README.md +++ b/README.md @@ -2503,6 +2503,7 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [tokenizer](https://github.com/bzick/tokenizer) - Parse any string, slice or infinite buffer to any tokens. - [when](https://github.com/olebedev/when) - Natural EN and RU language date/time parser with pluggable rules. - [xj2go](https://github.com/stackerzzq/xj2go) - Convert xml or json to go struct. +- [godump](https://github.com/yassinebenaid/godump) - Pretty print any GO variable with ease, an alternative to Go's `fmt.Printf("%#v")`. ### Regular Expressions From 7372f846103bbd9cfc4fdd0714a883282f04e3ee Mon Sep 17 00:00:00 2001 From: yassinebenaid Date: Fri, 28 Jun 2024 12:49:12 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b02885c841f..63e06251329 100644 --- a/README.md +++ b/README.md @@ -2489,6 +2489,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. @@ -2503,7 +2504,6 @@ See also [Natural Language Processing](#natural-language-processing) and [Text A - [tokenizer](https://github.com/bzick/tokenizer) - Parse any string, slice or infinite buffer to any tokens. - [when](https://github.com/olebedev/when) - Natural EN and RU language date/time parser with pluggable rules. - [xj2go](https://github.com/stackerzzq/xj2go) - Convert xml or json to go struct. -- [godump](https://github.com/yassinebenaid/godump) - Pretty print any GO variable with ease, an alternative to Go's `fmt.Printf("%#v")`. ### Regular Expressions