diff --git a/doc/go1.13.html b/doc/go1.13.html index 71d56612a5..30ea1a5c30 100644 --- a/doc/go1.13.html +++ b/doc/go1.13.html @@ -389,6 +389,13 @@ go env -w GOSUMDB=off 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.
+