Parse is happy to accept some arguments that contain non-alphanumeric characters.
Here's an example:
$ go run ./cmd/ksuid 0??????????????????????????
022222222222222222222222222
Is this by design? (I was expecting an error for an argument that isn't valid base62.)
Parse is happy to accept some arguments that contain non-alphanumeric characters.
Here's an example:
Is this by design? (I was expecting an error for an argument that isn't valid base62.)