Tweak readme

This commit is contained in:
Vladimir Mihailenco 2017-04-05 15:32:37 +03:00
parent c9fbe22817
commit dd76391eb9
1 changed files with 4 additions and 2 deletions

View File

@ -131,6 +131,8 @@ BenchmarkRedisPing-4 200000 6983 ns/op 116 B/op
BenchmarkRedisClusterPing-4 100000 11535 ns/op 117 B/op 4 allocs/op BenchmarkRedisClusterPing-4 100000 11535 ns/op 117 B/op 4 allocs/op
``` ```
## Shameless plug ## See also
Check my [PostgreSQL client for Go](https://github.com/go-pg/pg). - [Golang PostgreSQL ORM](https://github.com/go-pg/pg)
- [Golang msgpack](https://github.com/vmihailenco/msgpack)
- [Golang message task queue](https://github.com/go-msgqueue/msgqueue)