From c999d513375b4ada88a6da915515cd15868bb20d Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 2 Aug 2023 17:55:58 -0400 Subject: _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 TryBot-Result: Gopher Robot Run-TryBot: Russ Cox --- _content/doc/code.html | 7 ------- 1 file changed, 7 deletions(-) (limited to '_content/doc/code.html') 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 go tool, the standard way to fetch, build, and install Go modules, packages, and commands.

-

-Note: This document assumes that you are using Go 1.13 or later and the -GO111MODULE environment variable is not set. If you are looking for -the older, pre-modules version of this document, it is archived -here. -

-

Code organization

-- cgit v1.3-5-g9baa