mirror of
https://gitee.com/johng/gf.git
synced 2024-11-30 03:07:45 +08:00
improve handler feature for package glog
This commit is contained in:
parent
c3c5414ce2
commit
702a296258
@ -63,6 +63,7 @@ func (i *HandlerInput) Buffer() *bytes.Buffer {
|
||||
if i.Content != "" {
|
||||
i.addStringToBuffer(buffer, i.Content)
|
||||
}
|
||||
i.addStringToBuffer(buffer, "\n")
|
||||
return buffer
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user