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
In the docs for the base64 package in the variables section there is a typo.
The description under var RawURLEncoding = URLEncoding.WithPadding(NoPadding) uses URLEncoding to describe the above variable when it should be using RawURLEncoding.
The text was updated successfully, but these errors were encountered:
In the docs for the base64 package in the variables section there is a typo.
The description under
var RawURLEncoding = URLEncoding.WithPadding(NoPadding)
usesURLEncoding
to describe the above variable when it should be usingRawURLEncoding
.The text was updated successfully, but these errors were encountered: