Update lint scripts and CI configs.
Fix two nogo warnings on incorrect log format and error wrapping operator
This addresses a few points issue of #245: - Take a net.Listener instead of having global state - Expose a net.TCPMux based API Also, the unused closeChannel was removed from tcp_mux.go Closes #253.
Closes #249
Closes #196