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 @@
+ 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.
+