Start another effort on more commanality, specifically:
commit20223e5c4320dab7da7213493a0f4df9e0cca57a
authorgmallard <allard.guy.m@gmail.com>
Wed, 27 Jul 2016 01:33:02 +0000 (26 21:33 -0400)
committergmallard <allard.guy.m@gmail.com>
Sat, 30 Jul 2016 04:26:09 +0000 (30 00:26 -0400)
tree16d4aae78cd55e326ebf19186b9e7a5df86830d4
parent3d0203eaaf07f1a51797c65cf749e91c918356bc
Start another effort on more commanality, specifically:

- Common code for connect sequence (TCP and TLS)
- Common code for disconnect sequence
- Common log message formats
- Common method for logging elapsed time

The intent is to make these examples:

- Easier to understand for a beginner
- Easier to use for a beginner
- Logging output easier to understand by a beginner
- Logging output easier to parse by any downstream code
publish/publish.go
sngecomm/utilities.go