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

gofumports

This commit is contained in:
Vladimir Mihailenco
2020-07-16 09:52:07 +03:00
parent 62469e4f42
commit 14c843ef89
15 changed files with 72 additions and 87 deletions

View File

@ -13,7 +13,7 @@ import (
type writer interface {
io.Writer
io.ByteWriter
//io.StringWriter
// io.StringWriter
WriteString(s string) (n int, err error)
}