diff options
author | Ben Johnson <benbjohnson@yahoo.com> | 2014-08-18 10:39:25 -0600 |
---|---|---|
committer | Ben Johnson <benbjohnson@yahoo.com> | 2014-08-18 10:39:25 -0600 |
commit | e40a4f06da9baf4ed74c1f33b8e19d2882a3e655 (patch) | |
tree | 25c8918fd1911940945533c629a8ccfcafd05b47 | |
parent | Merge pull request #239 from benbjohnson/example (diff) | |
parent | added ipLocator to projects using Bolt (diff) | |
download | dedo-e40a4f06da9baf4ed74c1f33b8e19d2882a3e655.tar.gz dedo-e40a4f06da9baf4ed74c1f33b8e19d2882a3e655.tar.xz |
Merge pull request #241 from AndreasBriese/master
added ipLocator to projects using Bolt
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -443,6 +443,7 @@ Below is a list of public, open source projects that use Bolt: * [BoltStore](https://github.com/yosssi/boltstore) - Session store using Bolt. * [photosite/session](http://godoc.org/bitbucket.org/kardianos/photosite/session) - Sessions for a photo viewing site. * [LedisDB](https://github.com/siddontang/ledisdb) - A high performance NoSQL, using Bolt as optional storage. +* [ipLocator](https://github.com/AndreasBriese/ipLocator) - A fast ip-geo-location-server using bolt with bloom filters. If you are using Bolt in a project please send a pull request to add it to the list. |