catbase/slack
Chris Sexton ae4e28c5be Add a ping/pong message to slack.
There was an error with buffers ending in \x00 unmarshaling the message when it was short:
{"type": "pong"}

My solution was to just include a timestamp to make the message large enough to fill the
initial buffer size. Perfect.
2018-06-27 08:41:23 -04:00
..
fix_text.go slack: remove @ when parsing a name 2017-10-24 15:56:05 -04:00
slack.go Add a ping/pong message to slack. 2018-06-27 08:41:23 -04:00