File tree 1 file changed +8
-5
lines changed
1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -587,10 +587,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
587
587
588
588
< dl id ="go/types "> < dt > < a href ="/pkg/go/types/ "> go/types</ a > </ dt >
589
589
< dd >
590
- < p > <!-- https://golang.org/issue/46648 -->
591
- The new < a href ="/pkg/go/types/#Config.GoVersion "> < code > Config.GoVersion</ code > </ a >
592
- field sets the accepted Go language version.
593
- </ p >
590
+ < p > <!-- https://golang.org/issue/46648 -->
591
+ The new < a href ="/pkg/go/types/#Config.GoVersion "> < code > Config.GoVersion</ code > </ a >
592
+ field sets the accepted Go language version.
593
+ </ p >
594
594
595
595
< p > <!-- https://golang.org/issue/47916 -->
596
596
Per the proposal
@@ -669,7 +669,10 @@ <h3 id="minor_library_changes">Minor changes to the library</h3>
669
669
< li > <!-- CL 353089 -->
670
670
The new type < a href ="/pkg/go/types/#Context "> < code > Context</ code > </ a > and factory function
671
671
< a href ="/pkg/go/types/#NewContext "> < code > NewContext</ code > </ a >
672
- are added to facilitate sharing of identical type instances across type-checked packages.
672
+ are added to facilitate sharing of identical type instances
673
+ across type-checked packages, via the new
674
+ < a href ="/pkg/go/types/#Config.Context "> < code > Config.Context</ code > </ a >
675
+ field.
673
676
</ li >
674
677
</ ul >
675
678
</ dd >
You can’t perform that action at this time.
0 commit comments