mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Fix website rendering of Database/Caches section (#4296)
Add an extra line break to prevent the awesome-go.com website from rendering the "Caches" section incorrectly
This commit is contained in:
parent
038e8e11bf
commit
bf5add4fc2
@ -637,6 +637,7 @@ additional ordered map implementations.
|
||||
### Caches
|
||||
|
||||
_Data stores with expiring records, in-memory distributed data stores, or in-memory subsets of file-based databases._
|
||||
|
||||
- [2q](https://github.com/floatdrop/2q) - 2Q in-memory cache implementation.
|
||||
- [bcache](https://github.com/iwanbk/bcache) - Eventually consistent distributed in-memory cache Go library.
|
||||
- [BigCache](https://github.com/allegro/bigcache) - Efficient key/value cache for gigabytes of data.
|
||||
|
Loading…
Reference in New Issue
Block a user