1
0
mirror of https://github.com/redis/go-redis.git synced 2025-08-07 12:42:55 +03:00

Feature/gofumpt (#1545)

* enable gofumpt
* remove nlreturn
* up golang-ci
This commit is contained in:
Roman Suvorov
2020-10-22 09:40:20 +03:00
committed by GitHub
parent f93ba2815b
commit 38caa12762
3 changed files with 2 additions and 3 deletions

View File

@@ -13,7 +13,6 @@ import (
"github.com/cespare/xxhash/v2"
"github.com/dgryski/go-rendezvous"
"github.com/go-redis/redis/v8/internal"
"github.com/go-redis/redis/v8/internal/hashtag"
"github.com/go-redis/redis/v8/internal/pool"