test
This commit is contained in:
parent
a19781d8ab
commit
f5161af622
2
main.go
2
main.go
@ -22,6 +22,8 @@ func main() {
|
|||||||
forcePaused bool = true
|
forcePaused bool = true
|
||||||
)
|
)
|
||||||
|
|
||||||
|
clients = make(map[uint32]*Client)
|
||||||
|
|
||||||
conn, err := net.Dial("tcp", "poop.siteop.biz:3977")
|
conn, err := net.Dial("tcp", "poop.siteop.biz:3977")
|
||||||
failError(err, "net.Dial")
|
failError(err, "net.Dial")
|
||||||
logInfoDebug("Connected to poop.siteop.biz:3977")
|
logInfoDebug("Connected to poop.siteop.biz:3977")
|
||||||
|
Loading…
Reference in New Issue
Block a user