From 61ebcb9d1b425c68c99ea13a499e80b2fba358e9 Mon Sep 17 00:00:00 2001 From: Duke Date: Sun, 6 Jul 2014 12:16:22 -0300 Subject: [PATCH] added bolt and go-cache --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 900e3cb8..3e90925c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,8 @@ A curated list of awesome Go frameworks, libraries and software. Inspired by [aw * [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang. * [diskv](https://github.com/peterbourgon/diskv) - A home-grown disk-backed key-value store. - +* [bolt](https://github.com/boltdb/bolt) - A low-level key/value database for Go. +* [go-cache](https://github.com/pmylund/go-cache) - An in-memory key:value store/cache (similar to Memcached) library for Go, suitable for single-machine applications. ## Imagery