From: Alberto Donizetti Date: Sat, 28 Sep 2019 18:29:11 +0000 (+0200) Subject: doc: remove double mention of custom workspace X-Git-Tag: go1.14beta1~925 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=c19b7b23e55f5fdb33a6c280cf1af29eb54d456f;p=gostls13.git doc: remove double mention of custom workspace In the GOPATH section of the 'How To Write Go Code' document, it is mentioned two times in the span of a few lines that one can set GOPATH to a custom workspace path. The two paragraphs say basically the same thing, and they both link to golang.org/wiki/SettingGOPATH, so I'm quite sure the duplication is not intentional. This change deletes the second occurrence. Change-Id: I16f8bb8657041a23ed272eacf9adbc5637e8e34a Reviewed-on: https://go-review.googlesource.com/c/go/+/197839 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/code.html b/doc/code.html index 1e380001e0..a2adc82ae0 100644 --- a/doc/code.html +++ b/doc/code.html @@ -166,11 +166,6 @@ To learn more about the GOPATH environment variable, see 'go help gopath'.

-

-To use a custom workspace location, -set the GOPATH environment variable. -

-

Import paths