Commit 43156627 authored by Rob Pike's avatar Rob Pike

doc: mention that go install removes binaries built by go build

Fixes #12288.

For inclusion in the 1.5.1 release.

Change-Id: I9354b7eaa76000498465c4a5cbab7246de9ecb7c
Reviewed-on: https://go-review.googlesource.com/14382Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent c82c2126
...@@ -504,6 +504,13 @@ SWIG support has been updated such that ...@@ -504,6 +504,13 @@ SWIG support has been updated such that
now require SWIG 3.0.6 or later. now require SWIG 3.0.6 or later.
</li> </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> <li>
The <code>std</code> (standard library) wildcard package name The <code>std</code> (standard library) wildcard package name
now excludes commands. now excludes commands.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment