mirror of https://github.com/golang/go.git
update relnotes
Change-Id: I2b035a17ce7479ea47d247deafbc8b4ee23ee442
This commit is contained in:
parent
c2b7923187
commit
ce89a53097
|
|
@ -1,2 +1,3 @@
|
|||
The new [TypeAssert] function permits converting a [Value] directly to a Go value
|
||||
of the given type. This is like using a type assertion on the result of [Value.Interface].
|
||||
of the given type. This is like using a type assertion on the result of [Value.Interface],
|
||||
but avoids unnecessary memory allocations.
|
||||
|
|
|
|||
Loading…
Reference in New Issue