Reliably return an error from token.Parse.
We would sometimes return nil cast to an interface with no error, which would cause the server to crash with a null dereference.
Showing
token/token_test.go
0 → 100644
Please register or sign in to comment