diff --git a/example_test.go b/example_test.go index 864cc75..bd981b4 100644 --- a/example_test.go +++ b/example_test.go @@ -52,7 +52,6 @@ func ExampleNewWithClaims_registeredClaims() { // in the custom type to allow for easy encoding, parsing and validation of registered claims. func ExampleNewWithClaims_customClaimsType() { _, privateKey, err := ed25519.GenerateKey(nil) - if err != nil { panic(err) }