mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
doc: remove space in "Go 1. 8"
And reflow paragraph while I'm at it. Change-Id: Ia13bb364783790fbd9f8b69ef268f8a4b71679cb Reviewed-on: https://go-review.googlesource.com/33767 Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
parent
583b72dea1
commit
8a103bd4ce
1 changed files with 3 additions and 2 deletions
|
@ -44,8 +44,9 @@ and <a href="#sort_slice">simplifies sorting slices</a>.
|
|||
<h2 id="language">Changes to the language</h2>
|
||||
|
||||
<p>
|
||||
When explicitly converting a value from one struct type to another, as of Go 1. 8 the tags are ignored.
|
||||
Thus two structs that differ only in their tags may be converted from one to the other:
|
||||
When explicitly converting a value from one struct type to another,
|
||||
as of Go 1.8 the tags are ignored. Thus two structs that differ
|
||||
only in their tags may be converted from one to the other:
|
||||
</p>
|
||||
|
||||
<pre>
|
||||
|
|
Loading…
Reference in a new issue