doc/go1.5.html | 7 +++++++ diff --git a/doc/go1.5.html b/doc/go1.5.html index 4e5832db3ac855ead0d58b9aba5876384d7a81cc..693a1857ce980324036bf2ed47b19c772d6c547d 100644 --- a/doc/go1.5.html +++ b/doc/go1.5.html @@ -505,6 +505,13 @@ now require SWIG 3.0.6 or later.
  • +The install subcommand now removes the +binary created by the build subcommand +in the source directory, if present, +to avoid problems having two binaries present in the tree. +
  • + +
  • The std (standard library) wildcard package name now excludes commands. A new cmd wildcard covers the commands.