Merge pull request #818 from scrapup/patch-2

Update 05.6.md
This commit is contained in:
astaxie
2017-04-10 00:07:28 +08:00
committed by GitHub

View File

@@ -24,7 +24,7 @@ Go目前支持redis的驱动有如下
"fmt"
"github.com/garyburd/redigo/redis"
"os"
"os/signal"
"os/signal"
"syscall"
"time"
)