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
This commit is contained in:
Shannon 2022-04-08 21:50:14 -07:00 committed by GitHub
parent 339a5da81d
commit a9d6e6f015
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.