1
0
mirror of https://github.com/redis/go-redis.git synced 2025-10-23 08:08:28 +03:00

Fix import path

This commit is contained in:
Vladimir Mihailenco
2021-02-06 08:29:28 +02:00
parent 89b72c9e2a
commit fd6fac1a1a

View File

@@ -4,7 +4,7 @@ package fuzz
import ( import (
"context" "context"
"github.com/go-redis/redis" "github.com/go-redis/redis/v8"
"time" "time"
) )