summaryrefslogtreecommitdiff
path: root/send.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed read from closed channelMathias Hall-Andersen2018-04-181-3/+11
| | | | | | | A premature waitgroup .Done resulted in reading from closed channel. This caused a nil-pointer deref & crash. Added additional debugging when closing routines.
* Work on logging formatMathias Hall-Andersen2018-02-041-5/+9
|
* Align with go library layoutMathias Hall-Andersen2018-02-041-0/+362