1
0
Fork 0
forked from External/ergo

don't close socket send channel

This commit is contained in:
Jeremy Latt 2014-02-14 19:30:28 -08:00
parent 50f1012c92
commit ac186a0669

View file

@ -1,7 +1,6 @@
package irc package irc
import ( import (
"log"
"net" "net"
"strings" "strings"
) )