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 agree with Colin's approach. It is a hassle due to go's visibility rules to get these tested but the benefit of not exposing a large API outweighs that hassle.
is there a strong reason that we don't just want to let
StartFlushUpgradeHandshake
be an exported function and not need these wrappers?To me, adding this additional level of indirection hurts my ability to reason about where things can be used in certain ways and why.
I don't think it's so bad to just export
k.startFlushUpgradeHandshake
.This is a mild preference though, if the general consensus is to have this additional wrapper I'm okay with it 👍
Originally posted by @chatton in #3671 (comment)
The text was updated successfully, but these errors were encountered: