We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d5c0e commit 92faba5Copy full SHA for 92faba5
doc/install-source.html
@@ -167,7 +167,7 @@ <h2 id="fetch">Fetch the repository</h2>
167
<pre>
168
$ git clone https://go.googlesource.com/go
169
$ cd go
170
-$ git checkout go1.5.2
+$ git checkout go1.5.3
171
</pre>
172
173
<h2 id="head">(Optional) Switch to the master branch</h2>
@@ -346,7 +346,7 @@ <h2 id="releases">Keeping up with releases</h2>
346
<a href="//groups.google.com/group/golang-announce">golang-announce</a>
347
mailing list.
348
Each announcement mentions the latest release tag, for instance,
349
-<code>go1.5.2</code>.
+<code>go1.5.3</code>.
350
</p>
351
352
<p>
0 commit comments