]> Cypherpunks repositories - gostls13.git/commitdiff
[release-branch.go1.5] doc: mention that go install removes binaries built by go...
authorRob Pike <r@golang.org>
Tue, 8 Sep 2015 17:58:21 +0000 (10:58 -0700)
committerChris Broadfoot <cbro@golang.org>
Tue, 8 Sep 2015 22:51:17 +0000 (22:51 +0000)
Fixes #12288.

For inclusion in the 1.5.1 release.

Change-Id: I9354b7eaa76000498465c4a5cbab7246de9ecb7c
Reviewed-on: https://go-review.googlesource.com/14382
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-on: https://go-review.googlesource.com/14394

doc/go1.5.html

index 4e5832db3ac855ead0d58b9aba5876384d7a81cc..693a1857ce980324036bf2ed47b19c772d6c547d 100644 (file)
@@ -504,6 +504,13 @@ SWIG support has been updated such that
 now require SWIG 3.0.6 or later.
 </li>
 
+<li>
+The <code>install</code> subcommand now removes the
+binary created by the <code>build</code> subcommand
+in the source directory, if present,
+to avoid problems having two binaries present in the tree.
+</li>
+
 <li>
 The <code>std</code> (standard library) wildcard package name
 now excludes commands.