formatting

--HG--
branch : nmdc-ircfrontend
This commit is contained in:
. 2016-05-02 18:45:31 +12:00
parent 588795a3be
commit 9b5c010e1a

View File

@ -36,7 +36,8 @@ func (s *Server) HandleConnection(conn net.Conn) {
outputChan: make(chan string),
signalChan: make(chan signalCode, 3),
channelMap: make(map[string]*Channel),
connected: true}
connected: true,
}
go client.clientThread()
}