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
perf: Improve error handling performance by removing expensive formatting. Replace fmt.Errorf calls with lightweight error literals to improve parsing performance, following the same approach as Google's UUID library. (#247)
0 commit comments