diff options
| author | Jaana Burcu Dogan <jbd@google.com> | 2017-09-05 13:15:56 -0700 |
|---|---|---|
| committer | JBD <jbd@google.com> | 2017-09-08 21:57:15 +0000 |
| commit | 669dcca9effc232a587da14216853c2bf6c1f8a5 (patch) | |
| tree | dfde15fb99346fbe96ca50f5ee2cb71346b09761 /doc/docs.html | |
| parent | 02deb77f6db19f5894d836790a64bd4dea86feb0 (diff) | |
| download | go-669dcca9effc232a587da14216853c2bf6c1f8a5.tar.xz | |
doc: add a diagnostics guide
Diagnostics guide lists various dimensions of
diagnostics tools and libraries available in Go.
As a follow-up, I will add an entry section where
we navigate user to the right tool depending on
the type of problem they are willing to improve
or understand better.
Change-Id: I4e94b4b834014f51c988103457da84200c7827d9
Reviewed-on: https://go-review.googlesource.com/61693
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index 92392e2596..5fdc2af584 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -70,6 +70,11 @@ A must read for any new Go programmer. It augments the tour and the language specification, both of which should be read first. </p> +<h3 id="diagnostics"><a href="/doc/diagnostics.html">Diagnostics</a></h3> +<p> +Summarizes tools and methodologies to diagnose problems in Go programs. +</p> + <h3 id="faq"><a href="/doc/faq">Frequently Asked Questions (FAQ)</a></h3> <p> Answers to common questions about Go. |
