Hi, I found a unhandled error at [https://github.com/golang/go/blob/master/src/crypto/x509/x509.go#L1310](https://github.com/golang/go/blob/master/src/crypto/x509/x509.go#L1310). If this error should be ignored, I think the if statement `err != nil` can be eliminated.
Hi,
I found a unhandled error at https://github.com/golang/go/blob/master/src/crypto/x509/x509.go#L1310.
If this error should be ignored, I think the if statement
err != nilcan be eliminated.