Skip to content

Commit

Permalink
Fix examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hjr265 committed Aug 10, 2020
1 parent 3f5ea03 commit 2d90f66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/goredis/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
goredislib "github.com/go-redis/redis"
"github.com/go-redsync/redsync"
"github.com/go-redsync/redsync/v3"
"github.com/go-redsync/redsync/v3/redis"
"github.com/go-redsync/redsync/v3/redis/goredis"
"github.com/stvp/tempredis"
Expand Down
2 changes: 1 addition & 1 deletion examples/redigo/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"time"

"github.com/go-redsync/redsync"
"github.com/go-redsync/redsync/v3"
"github.com/go-redsync/redsync/v3/redis"
"github.com/go-redsync/redsync/v3/redis/redigo"
redigolib "github.com/gomodule/redigo/redis"
Expand Down

0 comments on commit 2d90f66

Please sign in to comment.