varint: fix alphabetical order (#3932)

Change alphabetical order for #3925
This commit is contained in:
Phani Rithvij 2021-12-09 08:21:13 +05:30 committed by GitHub
parent 0e6b557230
commit 08a98dfca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1510,8 +1510,8 @@ _**Unofficial** set of patterns for structuring projects._
* [stats](https://github.com/go-playground/stats) - Monitors Go MemStats + System stats such as Memory, Swap and CPU and sends via UDP anywhere you want for logging etc...
* [turtle](https://github.com/hackebrot/turtle) - Emojis for Go.
* [url-shortener](https://github.com/pantrif/url-shortener) - A modern, powerful, and robust URL shortener microservice with mysql support.
* [varint](https://github.com/chmike/varint) - A faster varying length integer encoder/decoder than the one provided in the standard library.
* [VarHandler](https://github.com/azr/generators/tree/master/varhandler) - Generate boilerplate http input and output handling.
* [varint](https://github.com/chmike/varint) - A faster varying length integer encoder/decoder than the one provided in the standard library.
* [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go.
* [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber.