From d55aa9916f9d9fba7ae22d9c33c60260cfbd4007 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Sun, 17 Jan 2021 19:59:21 +0100 Subject: [PATCH] better syntax hilight? --- goroutine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/goroutine.md b/goroutine.md index f58902c..e185fbc 100644 --- a/goroutine.md +++ b/goroutine.md @@ -197,7 +197,7 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro 20628306, 17018153, 17235329, - // ... + ... ] }, { @@ -206,10 +206,10 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro 17222943, 20628554, 17235329, - // ... + ... ] }, - // ... + ... ] ```