Merge branch 'master' of github.com:avelino/awesome-go

checkGoreportcard
Lunny Xiao 9 years ago
commit 504233bb3d

@ -169,6 +169,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [groupcache](https://github.com/golang/groupcache) - Groupcache is a caching and cache-filling library, intended as a replacement for memcached in many cases.
* [influxdb](https://github.com/influxdb/influxdb) - Scalable datastore for metrics, events, and real-time analytics
* [ledisdb](https://github.com/siddontang/ledisdb) - Ledisdb is a high performance NoSQL like Redis based on LevelDB.
* [levigo](https://github.com/jmhodges/levigo) - Levigo is a Go wrapper for LevelDB.
* [tiedot](https://github.com/HouzuoGuo/tiedot) - Your NoSQL database powered by Golang.
*Database tools.*
@ -256,6 +257,7 @@ Join us on IRC at **#awesome-go** on freenode [web access](http://webchat.freeno
* [anko](https://github.com/mattn/anko) - Scriptable interpreter written in Go
* [gisp](https://github.com/jcla1/gisp) - Simple LISP in Go
* [go-duktape](https://github.com/olebedev/go-duktape) - Duktape JavaScript engine bindings for Go
* [go-lua](https://github.com/Shopify/go-lua) - A port of the Lua 5.2 VM to pure Go
* [go-python](https://github.com/sbinet/go-python) - naive go bindings to the CPython C-API
* [golua](https://github.com/aarzilli/golua) - Go bindings for Lua C API
* [otto](https://github.com/robertkrimen/otto) - A JavaScript interpreter written in Go

Loading…
Cancel
Save