mcuadros / go-syslog

Syslog server library for go.
http://godoc.org/gopkg.in/mcuadros/go-syslog.v2
MIT License
523 stars 143 forks source link

fix close nil channel when tcp listener not used #7

Closed jwfang closed 9 years ago

jwfang commented 9 years ago

when tcp listener is not used, doneTcp will be nil

mcuadros commented 9 years ago

great! can you provide a small test?

mcuadros commented 9 years ago

ping

mcuadros commented 9 years ago

ping?

mcuadros commented 9 years ago

Implemented on #13.

Thanks