From: Ian Lance Taylor Date: Thu, 2 Aug 2018 19:41:48 +0000 (-0700) Subject: doc/go1.11: remove go/scanner note X-Git-Tag: go1.11beta3~12 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=16ec18084e246b4a8dacf8bd1386e7f5c649eeab;p=gostls13.git doc/go1.11: remove go/scanner note The relevant change was reverted in CL 127658. Updates #26671 Change-Id: I0c555c8e18f4c7e289de56d3ef840d79cf0adac2 Reviewed-on: https://go-review.googlesource.com/127659 Reviewed-by: Brad Fitzpatrick --- diff --git a/doc/go1.11.html b/doc/go1.11.html index 57468066c7..de3da01325 100644 --- a/doc/go1.11.html +++ b/doc/go1.11.html @@ -533,17 +533,7 @@ for k := range m { -
go/scanner
-
-

- The package no longer modifies filenames in //line - directives when recording position information or reporting - errors. Previously the package would change relative paths - in //line directives to absolute paths by - prepending the source file directory. -

- -
+
html/template