chore: reorder atomic TypedValue
see: https://gfw.go101.org/article/unofficial-faq.html#final-zero-size-field
This commit is contained in:
parent
7d15ce2b33
commit
84a334dd3a
1 changed files with 1 additions and 1 deletions
|
@ -11,8 +11,8 @@ func DefaultValue[T any]() T {
|
|||
}
|
||||
|
||||
type TypedValue[T any] struct {
|
||||
value atomic.Value
|
||||
_ noCopy
|
||||
value atomic.Value
|
||||
}
|
||||
|
||||
func (t *TypedValue[T]) Load() T {
|
||||
|
|
Loading…
Reference in a new issue