From 16ec18084e246b4a8dacf8bd1386e7f5c649eeab Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 2 Aug 2018 12:41:48 -0700 Subject: [PATCH] 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 --- doc/go1.11.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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