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:
Josh Treadwell 2022-06-23 16:00:41 -05:00 committed by GitHub
parent 038e8e11bf
commit bf5add4fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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