1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-28 06:42:00 +03:00

Remove static import

This commit is contained in:
Dimitrij Denissenko
2016-10-12 13:11:09 +01:00
parent 0c5e085895
commit e6d4f5bd38
2 changed files with 26 additions and 2 deletions

View File

@ -1,4 +1,4 @@
package redis // import "gopkg.in/redis.v5"
package redis
import (
"fmt"