From 0e93af547baca3cdb57c9d22d0b30be270b380ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Tue, 9 Feb 2021 13:19:23 +0100 Subject: [PATCH] fix bullet --- goroutine.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/goroutine.md b/goroutine.md index 6632ded..c7a9889 100644 --- a/goroutine.md +++ b/goroutine.md @@ -4,7 +4,7 @@ This document was last updated for `go1.15.6` but probably still applies to olde -* [Description](#description) +- [Description](#description) - [Overhead](#overhead) - [Goroutine Properties](#goroutine-properties) - [APIs](#apis)