You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slog: remove restrictions on types stored in Value
Previously, Go values of type Kind and *time.Location had special
meaning in the Value.any field, so we could not allow Values to
hold Go values of those types.
Define unexported types for those exported ones and wrap values in them.
This allows a Value to hold any Go value.
Change-Id: Iaab01ebad5d16e9f3f7df808b077e28f06539b97
Reviewed-on: https://go-review.googlesource.com/c/exp/+/442360
Reviewed-by: Alan Donovan <adonovan@google.com>
Run-TryBot: Jonathan Amsterdam <jba@google.com>
0 commit comments