Update 05.6.md

This commit is contained in:
Shuai Qi
2017-04-09 13:12:10 +08:00
committed by GitHub
parent bc18068b87
commit f4e1c8f382

View File

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