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
passing a struct that has an unexported field causes a panic when using channels and the stack trace doesn't show the goroutine that called Cool.Select.
We should maybe catch panics and add our own info about what struct/query was used, or check the struct before hand for unexported fields, or even skip unexported fields completely and support structs that have them
The text was updated successfully, but these errors were encountered:
passing a struct that has an unexported field causes a panic when using channels and the stack trace doesn't show the goroutine that called Cool.Select.
We should maybe catch panics and add our own info about what struct/query was used, or check the struct before hand for unexported fields, or even skip unexported fields completely and support structs that have them
The text was updated successfully, but these errors were encountered: