diff options
| author | Russ Cox <rsc@golang.org> | 2023-08-02 17:55:58 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2023-08-03 02:08:24 +0000 |
| commit | c999d513375b4ada88a6da915515cd15868bb20d (patch) | |
| tree | 5b4aa0da3036b507a76d75c2021db7bf20567739 /_content/doc/code.html | |
| parent | d6ad5f47757a45a1063be23c715089fed47afc65 (diff) | |
| download | go-x-website-c999d513375b4ada88a6da915515cd15868bb20d.tar.xz | |
_content: update for golang.org/x/example changes
golang.org/x/example/stringutil.Reverse moved to
golang.org/x/example/hello/reverse.String.
Update references accordingly.
Fixes golang/go#61722.
Change-Id: Ib041697bc1c5c40d2b6ccefc7550caaedf338b2d
Reviewed-on: https://go-review.googlesource.com/c/website/+/515238
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Russ Cox <rsc@golang.org>
Diffstat (limited to '_content/doc/code.html')
| -rw-r--r-- | _content/doc/code.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/_content/doc/code.html b/_content/doc/code.html index 79ec9bbc..5616f1c3 100644 --- a/_content/doc/code.html +++ b/_content/doc/code.html @@ -12,13 +12,6 @@ module and introduces the <a href="/cmd/go/">go tool</a>, the standard way to fetch, build, and install Go modules, packages, and commands. </p> -<p> -Note: This document assumes that you are using Go 1.13 or later and the -<code>GO111MODULE</code> environment variable is not set. If you are looking for -the older, pre-modules version of this document, it is archived -<a href="gopath_code.html">here</a>. -</p> - <h2 id="Organization">Code organization</h2> <p> |
