Fix wildcard typo ...

This commit is contained in:
Iglou.eu 2021-04-09 13:03:33 +02:00 committed by Avelino
parent 09b8471c01
commit fa27eec9eb

View File

@ -1850,7 +1850,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [go-slugify](https://github.com/mozillazg/go-slugify) - Make pretty slug with multiple languages support. * [go-slugify](https://github.com/mozillazg/go-slugify) - Make pretty slug with multiple languages support.
* [go-toml](https://github.com/pelletier/go-toml) - Go library for the TOML format with query support and handy cli tools. * [go-toml](https://github.com/pelletier/go-toml) - Go library for the TOML format with query support and handy cli tools.
* [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard. * [go-vcard](https://github.com/emersion/go-vcard) - Parse and format vCard.
* [go-wilcard](https://github.com/IGLOU-EU/go-wilcard) - Simple and lightweight wildcard pattern matching. * [go-wildcard](https://github.com/IGLOU-EU/go-wildcard) - Simple and lightweight wildcard pattern matching.
* [go-zero-width](https://github.com/trubitsyn/go-zero-width) - Zero-width character detection and removal for Go. * [go-zero-width](https://github.com/trubitsyn/go-zero-width) - Zero-width character detection and removal for Go.
* [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go. * [gofeed](https://github.com/mmcdole/gofeed) - Parse RSS and Atom feeds in Go.
* [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language. * [gographviz](https://github.com/awalterschulze/gographviz) - Parses the Graphviz DOT language.