Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e2d145d

Browse files
authoredJan 31, 2022
Update README.md (#2011)
chore: add fmt library in example code
1 parent 2321414 commit e2d145d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ go get github.com/go-redis/redis/v8
6969
import (
7070
"context"
7171
"github.com/go-redis/redis/v8"
72+
"fmt"
7273
)
7374

7475
var ctx = context.Background()

0 commit comments

Comments
 (0)