doc/go1.13.html | 7 +++++++
diff --git a/doc/go1.13.html b/doc/go1.13.html
index 71d56612a523d108094f76e37cd129e7c248f7ea..30ea1a5c301d55d02395cfa7ec5db4885da6680b 100644
--- a/doc/go1.13.html
+++ b/doc/go1.13.html
@@ -389,6 +389,13 @@ build flag -trimpath removes all file system paths
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.
+