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
You should use the Reset function to decrease the number of allocations. If you want a real-life scenario, use a sync.Pool to contain your "used" Writers.
You should use the Reset function to decrease the number of allocations. If you want a real-life scenario, use a sync.Pool to contain your "used" Writers.