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
Currently, when trying to call quick.Value on a struct that contains time.Time fields it
panics.
This happens because time.Time has unexported fields and does not implement the
quick.Generator interface.