Skip to content

Commit

Permalink
Update README.md (redis#2011)
Browse files Browse the repository at this point in the history
chore: add fmt library in example code
  • Loading branch information
alighdev authored Jan 31, 2022
1 parent 2321414 commit e2d145d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ go get github.com/go-redis/redis/v8
import (
"context"
"github.com/go-redis/redis/v8"
"fmt"
)

var ctx = context.Background()
Expand Down

0 comments on commit e2d145d

Please sign in to comment.