add the github.com/chmike/varint package in the Miscellaneous/Uncategorized section (#3925)

This commit is contained in:
Christophe Meessen 2021-12-09 03:48:02 +01:00 committed by GitHub
parent 4222282c91
commit 0e6b557230
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1510,6 +1510,7 @@ _**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.
* [xdg](https://github.com/rkoesters/xdg) - FreeDesktop.org (xdg) Specs implemented in Go.
* [xkg](https://github.com/go-xkg/xkg) - X Keyboard Grabber.