x/handler/sni/conn.go
2022-04-14 14:53:13 +08:00

11 lines
80 B
Go

package sni
import (
"io"
)
type readWriter struct {
io.Reader
io.Writer
}