From a9d6e6f0150b51adfde390ed3d413e566c2cdab1 Mon Sep 17 00:00:00 2001 From: Shannon Date: Fri, 8 Apr 2022 21:50:14 -0700 Subject: [PATCH] Removing encoding: (#4170) Last commit was 4 years ago There is a recent bug report that shows its not working with recent versions of Go, and there is no response from the author. It does not conform to current awesome-go standards --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 1d9e3571..e5dbbaea 100644 --- a/README.md +++ b/README.md @@ -520,7 +520,6 @@ _Libraries for preprocessing CSS files._ - [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream. - [bit](https://github.com/yourbasic/bit) - Golang set data structure with bonus bit-twiddling functions. - [crunch](https://github.com/superwhiskers/crunch) - Go package implementing buffers for handling various datatypes easily. -- [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go. - [go-ef](https://github.com/amallia/go-ef) - A Go implementation of the Elias-Fano encoding. - [roaring](https://github.com/RoaringBitmap/roaring) - Go package implementing compressed bitsets.