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
Right now we use string concatenation in the generator code to generate the functions that get outputted. This not great from a performance perspective. We can use bytes.Buffer for the same.