mirror of
https://github.com/golang/go.git
synced 2025-05-05 15:43:04 +00:00
There was a dealock introduced in cl/190737 on all the internal structure debug pages. The object getters all protect with the mutex already, it should not also be done in the outer Render function Change-Id: I5c85dc8e2ec489e59ca5a80128f2649dd7753983 Reviewed-on: https://go-review.googlesource.com/c/tools/+/205165 Run-TryBot: Ian Cottrell <iancottrell@google.com> Reviewed-by: Rebecca Stambler <rstambler@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>