Browse Source

refactor: push newline on success

decentral1se 2 years ago
parent
commit
57ff749cdb
No known key found for this signature in database GPG Key ID: 3789458B3D0C410
  1. 2
      distribusi.go

2
distribusi.go

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

Loading…
Cancel
Save