1
0
mirror of https://github.com/redis/go-redis.git synced 2025-07-31 05:04:23 +03:00

Optimize docs useless imports and typo (#2970)

This commit is contained in:
高木同学
2024-04-14 22:59:09 +08:00
committed by GitHub
parent 6960bcc08d
commit f7f34feddf
3 changed files with 2 additions and 5 deletions

View File

@ -143,9 +143,6 @@ to this specification.
```go
import (
"context"
"fmt"
"github.com/redis/go-redis/v9"
)