Fix missing translation in ja/05.6.md

This commit is contained in:
Masayuki Morita
2017-05-01 17:43:00 +09:00
committed by GitHub
parent 6979883e58
commit 08a218b750

View File

@@ -15,7 +15,7 @@ Goは現在redisのドライバで以下をサポートしています
- [https://github.com/alphazero/Go-Redis](https://github.com/alphazero/Go-Redis)
- [https://github.com/simonz05/godis](https://github.com/simonz05/godis)
Let's see how to use the driver that redigo to operate on a database:
redigoのドライバを使ってデータベースを操作する方法を見てみましょう
```Go