mirror of
https://github.com/jeremyd/ergo.git
synced 2026-07-12 19:18:11 -07:00
type cleanup
This commit is contained in:
@@ -32,10 +32,6 @@ func StringReadChan(conn net.Conn) <-chan string {
|
||||
return ch
|
||||
}
|
||||
|
||||
const (
|
||||
CRLF = "\r\n"
|
||||
)
|
||||
|
||||
func maybeLogWriteError(conn net.Conn, err error) bool {
|
||||
if err != nil {
|
||||
if err != io.EOF {
|
||||
|
||||
Reference in New Issue
Block a user