]> Cypherpunks repositories - gostls13.git/commit
doc/go1.12: change go install to go get
authorAndrew <andybons@golang.org>
Mon, 25 Feb 2019 19:13:57 +0000 (19:13 +0000)
committerAndrew Bonventre <andybons@golang.org>
Mon, 25 Feb 2019 19:23:15 +0000 (19:23 +0000)
commit2f9728aacdf90d21a530f68c6887cfe545954935
tree13ec84bed58bd81b493a61c69c1540982318e8e6
parent2d3474043cd35ba06d3566df520e8550c479944f
doc/go1.12: change go install to go get

Using go get prevents the failure case of when the
user doesn't have the repo on their machine.

Change-Id: I9c1174087728b5b06b578b0d52df6eeb7e8c7a3c
Reviewed-on: https://go-review.googlesource.com/c/163718
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
doc/go1.12.html