From: Alberto Donizetti Date: Sat, 7 Dec 2019 15:52:10 +0000 (+0100) Subject: doc: add missing p in install from source page X-Git-Tag: go1.14beta1~39 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=da4d58587e0e4028ea384580053c3c455127e446;p=gostls13.git doc: add missing p in install from source page The last paragraph in golang.org/doc/install/source#fetch is missing a p tag, so it doesn't get formatted with the 'max-width: 50rem' like all the other text in the page. Add it. Change-Id: I1a981dd2afde561b4ab21bd90ad99b3a146111f6 Reviewed-on: https://go-review.googlesource.com/c/go/+/210122 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/install-source.html b/doc/install-source.html index 918f1a99ae..17b1c9cbb7 100644 --- a/doc/install-source.html +++ b/doc/install-source.html @@ -247,10 +247,12 @@ that if Go is checked out in $HOME/go, it will conflict with the default location of $GOPATH. See GOPATH below.

+

Reminder: If you opted to also compile the bootstrap binaries from source (in an earlier section), you still need to git clone again at this point (to checkout the latest <tag>), because you must keep your go1.4 repository distinct. +