Small error in example in readme
Open
ietf-cms
- Dominant language
- Go
- Stars
- 657
- Forks
- 154
- PR merge metrics
- No merged PRs in 30d
Description
In the code:
sd, _ := ParseSignedData(der)
if err, _ := sd.VerifyDetached(msg, x509.VerifyOptions{}); err != nil {
panic(err)
}
I think `if err, _` should be `if _, err`
Contributor guide
Assessment
This issue has not been assessed yet.