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
RandStringRunes is practically the same as RandStringBytes and is only used in test code.
I propose it should be removed and all its callers should be updated to use RandStringBytes instead.