1
0
Fork 0
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:
Henrik Hautakoski 2023-02-10 16:32:56 +01:00
parent 82dce9b190
commit 38ae3a4630

View file

@ -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 {