refactor: push newline on success

This commit is contained in:
decentral1se 2022-02-06 01:21:49 +01:00
parent a210934e6f
commit 57ff749cdb
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410

View File

@ -294,7 +294,7 @@ Example:
return
}
fmt.Printf("done!")
fmt.Println("done!")
ch <- nil
return