From 19cd4c05975d74400860c02d3b6d06ada3c29be4 Mon Sep 17 00:00:00 2001 From: Anton Kaliaev Date: Thu, 4 Oct 2018 15:55:03 +0400 Subject: [PATCH] highlight question --- docs/architecture/adr-033-pubsub.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/architecture/adr-033-pubsub.md b/docs/architecture/adr-033-pubsub.md index 5321d138ae2..6547110d202 100644 --- a/docs/architecture/adr-033-pubsub.md +++ b/docs/architecture/adr-033-pubsub.md @@ -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?