1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-01 16:06:54 +03:00

chore: gofmt all code

This commit is contained in:
Vladimir Mihailenco
2021-09-08 16:00:52 +03:00
parent 11c4d6f556
commit 9b6ee9c3cc
34 changed files with 72 additions and 55 deletions

1
go.mod
View File

@ -4,6 +4,7 @@ go 1.13
require (
github.com/cespare/xxhash/v2 v2.1.2
github.com/daixiang0/gci v0.2.9 // indirect
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
github.com/google/go-cmp v0.5.6 // indirect
github.com/onsi/ginkgo v1.16.4