add new line every telegram

This commit is contained in:
zhiqiang feng
2020-12-28 16:58:36 +08:00
parent 7375808704
commit ad2cccc3f9
2 changed files with 9 additions and 6 deletions
+3 -1
View File
@@ -96,7 +96,9 @@ func start() {
if lograw {
fmt.Print(string(buffer))
}
utils.Append(buffer)
if utils.Append(buffer) {
fmt.Println()
}
}
}
<-done