diff --git a/doc/go1.11.html b/doc/go1.11.html index 20f8c3f8e5..8b49e55990 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -119,7 +119,7 @@ Do not send CLs removing the interior tags from such phrases.

RISC-V GOARCH values reserved

- The main Go compiler does not yet support the RISC-V architecture + The main Go compiler does not yet support the RISC-V architecture but we've reserved the GOARCH values "riscv" and "riscv64", as used by Gccgo, which does support RISC-V. This means that Go files @@ -761,7 +761,9 @@ for k := range m {

text/scanner

- Scan() now returns a RawString token instead of String + The Scanner.Scan method now returns + the RawString token + instead of String for raw string literals.