diff --git a/doc/go1.13.html b/doc/go1.13.html index 71d56612a523d..30ea1a5c301d5 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -389,6 +389,13 @@

Go command

from the compiled executable, to improve build reproducibility.

+

+ If the -o flag passed to go build + refers to an existing directory, go build will now + write executable files within that directory for main packages + matching its package arguments. +

+

The go build flag -tags now takes a comma-separated list of build tags, to allow for multiple tags in