mirror of
https://github.com/golang/go
synced 2024-11-17 04:04:46 -07:00
fix the note
This commit is contained in:
parent
f721fa3be9
commit
1e4b7a38dd
@ -41,7 +41,7 @@ func (v *Value) Load() (val any) {
|
||||
|
||||
var firstStoreInProgress byte
|
||||
|
||||
// Store sets the value of the Value to x.
|
||||
// Store sets the val to v.
|
||||
// All calls to Store for a given Value must use values of the same concrete type.
|
||||
// Store of an inconsistent type panics, as does Store(nil).
|
||||
func (v *Value) Store(val any) {
|
||||
|
Loading…
Reference in New Issue
Block a user