just a runnable instance of lrcd

LINE UP

+2 -2
+2 -2
main.go
··· 32 32 i think you should connect to me with your lrc client (e.g. ttyxcvr) 33 33 it'll be more fun for us both! (tangled.org/moth11.net/ttyxcvr) 34 34 35 - currently connected: %d 36 - live since: %s`, server.Connected(), now.Format(time.RubyDate)) 35 + currently connected: %d 36 + live since: %s`, server.Connected(), now.Format(time.RubyDate)) 37 37 } else { 38 38 server.WSHandler()(w, r) 39 39 }