highlight question

This commit is contained in:
Anton Kaliaev 2018-10-04 15:55:03 +04:00
parent ac4743e315
commit 19cd4c0597
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ memory leaks and/or memory usage increase.
Go channels are de-facto standard for carrying data between goroutines.
Question: Does it worth switching to callback functions?
**Question: Does it worth switching to callback functions?**
### Why `Subscribe()` accepts an `out` channel?