1
0
mirror of https://github.com/redis/go-redis.git synced 2025-04-17 20:17:02 +03:00

Add canonical import path.

This commit is contained in:
Vladimir Mihailenco 2015-01-17 12:07:35 +02:00
parent f7399b48cd
commit 0bc954fd9f

View File

@ -1,4 +1,4 @@
package redis
package redis // import "gopkg.in/redis.v2"
import (
"log"