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