Skip to content

Commit

Permalink
doc/go1.11: remove go/scanner note
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ianlancetaylor committed Aug 2, 2018
1 parent d6597ad commit 16ec180
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions doc/go1.11.html
Original file line number Diff line number Diff line change
Expand Up @@ -533,17 +533,7 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>

</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>
Expand Down

0 comments on commit 16ec180

Please sign in to comment.