mirror of
https://github.com/redis/go-redis.git
synced 2025-04-19 07:22:17 +03:00
Remove io.StringWriter
This commit is contained in:
parent
888328aef2
commit
789ee0484f
@ -13,7 +13,8 @@ import (
|
||||
type writer interface {
|
||||
io.Writer
|
||||
io.ByteWriter
|
||||
io.StringWriter
|
||||
//io.StringWriter
|
||||
WriteString(s string) (n int, err error)
|
||||
}
|
||||
|
||||
type Writer struct {
|
||||
|
Loading…
x
Reference in New Issue
Block a user