From bfd820eca795ee295b84747ccb0f8ca2d13ba072 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Geisend=C3=B6rfer?= Date: Sun, 17 Jan 2021 19:33:27 +0100 Subject: [PATCH] Add disclaimer --- goroutine.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/goroutine.md b/goroutine.md index 675c78e..96c129f 100644 --- a/goroutine.md +++ b/goroutine.md @@ -216,3 +216,7 @@ Below is a truncated example of the returned output, see [2.runtime.goroutinepro ### [`net/http/pprof`](https://golang.org/pkg/net/http/pprof/) This package exposes the [`pprof.Lookup("goroutine")`](https://golang.org/pkg/runtime/pprof/#Lookup) profiles described above via HTTP endpoints. The output is identical. + +## Disclaimer + +I've just started a new job at [Datadog](https://www.datadoghq.com/) to work on [Continuous Profiling](https://www.datadoghq.com/product/code-profiling/) for Go. This document may not reflect the views of my employer, but they were kind enough to let me publish it : ).