diff options
| author | Jaana Burcu Dogan <jbd@google.com> | 2017-06-14 12:41:14 -0700 |
|---|---|---|
| committer | Jaana Burcu Dogan <jbd@google.com> | 2017-07-19 21:38:16 +0000 |
| commit | 77ee861ca208fd7f5a674ac0c442f92009ae42d7 (patch) | |
| tree | 28ba1eca23660f288cfd7ccc4cbddc0667b0c4c3 /doc/docs.html | |
| parent | ffd5687a8217e6829d2248dd0698f18c0e128ac2 (diff) | |
| download | go-77ee861ca208fd7f5a674ac0c442f92009ae42d7.tar.xz | |
doc: add an editor guide
The Go ecosystem provides many tools to make Go
development more productive and seamless. Document
the availability of the editor plugins and IDEs,
add an overview of feature support and screencasts.
Updates #20398.
Updates #20402.
Updates #20399.
Updates #20401.
Updates #20569.
Change-Id: I0c6cb48eb4e3848807aaad78390493e14f097916
Reviewed-on: https://go-review.googlesource.com/45772
Reviewed-by: Steve Francia <spf@golang.org>
Diffstat (limited to 'doc/docs.html')
| -rw-r--r-- | doc/docs.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index 1ccd1f3fe7..92392e2596 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -57,6 +57,12 @@ explains how to use the <a href="/cmd/go/">go command</a> to fetch, build, and install packages, commands, and run tests. </p> +<h3 id="editors"><a href="editors.html">Editor plugins and IDEs</a></h3> +<p> +A document that summarizes commonly used editor plugins and IDEs with +Go support. +</p> + <h3 id="effective_go"><a href="effective_go.html">Effective Go</a></h3> <p> A document that gives tips for writing clear, idiomatic Go code. |
