]> Cypherpunks repositories - gostls13.git/commitdiff
doc/go1.11: remove go/scanner note
authorIan Lance Taylor <iant@golang.org>
Thu, 2 Aug 2018 19:41:48 +0000 (12:41 -0700)
committerIan Lance Taylor <iant@golang.org>
Thu, 2 Aug 2018 21:36:10 +0000 (21:36 +0000)
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 <bradfitz@golang.org>
doc/go1.11.html

index 57468066c7b2a57791696a9f20b9e4ba82d6b71c..de3da01325cbe54a52a3249d825cac643f393cd0 100644 (file)
@@ -533,17 +533,7 @@ for k := range m {
 
 </dl><!-- encoding/csv -->
 
-<dl id="go/scanner"><dt><a href="/pkg/go/scanner/">go/scanner</a></dt>
-  <dd>
-    <p><!-- CL 100235 -->
-      The package no longer modifies filenames in <code>//line</code>
-      directives when recording position information or reporting
-      errors. Previously the package would change relative paths
-      in <code>//line</code> directives to absolute paths by
-      prepending the source file directory.
-    </p>
-
-</dl><!-- go/scanner -->
+<!-- CL 100235 was reverted -->
 
 <dl id="html/template"><dt><a href="/pkg/html/template/">html/template</a></dt>
   <dd>