Browse Source

don't close socket send channel

tags/v0.1.0
Jeremy Latt 10 years ago
parent
commit
ac186a0669
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      irc/net.go

+ 0
- 1
irc/net.go View File

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

Loading…
Cancel
Save