From be7b96ae2f843478d4e80bfe5f402a6aab1d73ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 8 Feb 2021 15:16:22 +0100 Subject: [PATCH] Comment --- goroutine.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goroutine.md b/goroutine.md index 5eb8af1..f58f68d 100644 --- a/goroutine.md +++ b/goroutine.md @@ -2,6 +2,8 @@ This document was last updated for `go1.15.6` but probably still applies to olde # Goroutine Profiling in Go + + * [Description](#description) - [Overhead](#overhead) - [Goroutine Properties](#goroutine-properties)