From 0e6b5572306e535d5f28de521a6853996cb256e4 Mon Sep 17 00:00:00 2001 From: Christophe Meessen Date: Thu, 9 Dec 2021 03:48:02 +0100 Subject: [PATCH] add the github.com/chmike/varint package in the Miscellaneous/Uncategorized section (#3925) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 05fc7fd9..c4168b42 100644 --- a/README.md +++ b/README.md @@ -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.