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
I feel like websocket.AcceptOptions{} and websocket.DialOptions is getting old.
I want to change the public API to accept pointers to the option structs and thus accept nil for the defaults. Nil at the end of a function is imo pretty clearly where some options structure goes. This is a relatively minor change so no major version change.