diff --git a/default_writing_router.go b/default_writing_router.go index e27a12e..c680d00 100644 --- a/default_writing_router.go +++ b/default_writing_router.go @@ -88,6 +88,7 @@ func (router *DefaultWritingRouter) Route(message string, context map[string]int p = dotquote.AppendMap(p, context, "ctx") } + p = append(p, '\n') _,_ = oi.LongWrite(router.writer, p)