From bf5add4fc27c75de23bb62bf87248818d0010b7d Mon Sep 17 00:00:00 2001 From: Josh Treadwell Date: Thu, 23 Jun 2022 16:00:41 -0500 Subject: [PATCH] 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 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f34ef0c1..ed8a9b89 100644 --- a/README.md +++ b/README.md @@ -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.