mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-17 04:30:03 +02:00
transport/redis_pubsub/redis.go: No need to alias redis import.
This commit is contained in:
parent
82dce9b190
commit
38ae3a4630
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import (
|
|||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
|
||||
redis "github.com/go-redis/redis/v8"
|
||||
"github.com/go-redis/redis/v8"
|
||||
)
|
||||
|
||||
type RedisPubsub struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue