diff --git a/README.md b/README.md index 9bdd098..a26e8b9 100644 --- a/README.md +++ b/README.md @@ -622,6 +622,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [go-runewidth](https://github.com/mattn/go-runewidth) - Functions to get fixed width of the character or string. * [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language. * [gommon/gytes](https://github.com/labstack/gommon/tree/master/gytes) - Format bytes to string. + * [gonameparts](https://github.com/polera/gonameparts) - Parses human names into individual name parts * [GoQuery](https://github.com/PuerkitoBio/goquery) - GoQuery brings a syntax and a set of features similar to jQuery to the Go language. * [goregen](https://github.com/zach-klippenstein/goregen) - A library for generating random strings from regular expressions. * [guesslanguage](https://github.com/endeveit/guesslanguage) - Functions to determine the natural language of a unicode text.