add new line

This commit is contained in:
zhiqiang feng
2020-12-29 11:35:09 +08:00
parent 0b0e3637bf
commit e25420a20e
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ func start() {
buffer, err := utils.ReadPort()
if err == nil {
if lograw && len(buffer) > 0 {
fmt.Print(string(buffer))
fmt.Println(buffer)
}
if utils.Append(buffer) {
fmt.Println()