aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@golang.org>2018-08-02 12:41:48 -0700
committerIan Lance Taylor <iant@golang.org>2018-08-02 21:36:10 +0000
commit16ec18084e246b4a8dacf8bd1386e7f5c649eeab (patch)
tree24f801a0dd740146e10e8479dbe0d9d13c5b3ad4
parentd6597ade89b03a5bd5b6732506c23de741cccd53 (diff)
downloadgo-16ec18084e246b4a8dacf8bd1386e7f5c649eeab.tar.gz
go-16ec18084e246b4a8dacf8bd1386e7f5c649eeab.zip
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 <bradfitz@golang.org>
-rw-r--r--doc/go1.11.html12
1 files changed, 1 insertions, 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 {
</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>