From c55f8bf9293863dd84660a8f1f14b6b2d3717c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Mon, 8 Feb 2021 15:15:42 +0100 Subject: [PATCH] Simplify toc --- goroutine.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/goroutine.md b/goroutine.md index fcf48db..5eb8af1 100644 --- a/goroutine.md +++ b/goroutine.md @@ -6,11 +6,6 @@ This document was last updated for `go1.15.6` but probably still applies to olde - [Overhead](#overhead) - [Goroutine Properties](#goroutine-properties) - [APIs](#apis) - + [[`runtime.Stack()`](https://golang.org/pkg/runtime/#Stack) / [`pprof.Lookup(debug=2)`](https://golang.org/pkg/runtime/pprof/#Lookup)](#--runtimestack-----https---golangorg-pkg-runtime--stack-------pproflookup-debug-2----https---golangorg-pkg-runtime-pprof--lookup-) - + [[`pprof.Lookup(debug=1)`](https://golang.org/pkg/runtime/pprof/#Lookup)](#--pproflookup-debug-1----https---golangorg-pkg-runtime-pprof--lookup-) - + [[`pprof.Lookup(debug=0)`](https://golang.org/pkg/runtime/pprof/#Lookup)](#--pproflookup-debug-0----https---golangorg-pkg-runtime-pprof--lookup-) - + [[`runtime.GoroutineProfile()`](https://golang.org/pkg/runtime/#GoroutineProfile)](#--runtimegoroutineprofile-----https---golangorg-pkg-runtime--goroutineprofile-) - + [[`net/http/pprof`](https://golang.org/pkg/net/http/pprof/)](#--net-http-pprof---https---golangorg-pkg-net-http-pprof--) - [History](#history) - [Disclaimers](#disclaimers)