From: Toshihiro Shiino Date: Thu, 11 Jun 2020 15:57:18 +0000 (+0000) Subject: doc/go1.15: add code tags X-Git-Tag: go1.15rc1~113 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=509ee7064207cc9c8ac81bc76f182a5fbb877e9b;p=gostls13.git doc/go1.15: add code tags Other command line arguments are written in code tags, so add a code tag for consistency. For #37419 Change-Id: I1948536c3a1860d93726484be2dc7bcb03dfdc2f Reviewed-on: https://go-review.googlesource.com/c/go/+/237539 Reviewed-by: Dmitri Shuralyov --- diff --git a/doc/go1.15.html b/doc/go1.15.html index f451c1bbfd..d6e238ef2f 100644 --- a/doc/go1.15.html +++ b/doc/go1.15.html @@ -50,8 +50,8 @@ Do not send CLs removing the interior tags from such phrases.

Windows

- Go 1.15 now generates Windows ASLR executables when -buildmode=pie - cmd/link flag is provided. Go command uses -buildmode=pie by default + Go 1.15 now generates Windows ASLR executables when -buildmode=pie + cmd/link flag is provided. Go command uses -buildmode=pie by default on Windows.