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" "fmt"
"github.com/garyburd/redigo/redis" "github.com/garyburd/redigo/redis"
"os" "os"
"os/signal" "os/signal"
"syscall" "syscall"
"time" "time"
) )