improve handler feature for package glog

This commit is contained in:
John Guo 2021-06-02 09:53:08 +08:00
parent c3c5414ce2
commit 702a296258

View File

@ -63,6 +63,7 @@ func (i *HandlerInput) Buffer() *bytes.Buffer {
if i.Content != "" {
i.addStringToBuffer(buffer, i.Content)
}
i.addStringToBuffer(buffer, "\n")
return buffer
}