func crypto/tls.X509KeyPair
3 uses
crypto/tls (current package)
tls.go#L239: return X509KeyPair(certPEMBlock, keyPEMBlock)
tls.go#L245: func X509KeyPair(certPEMBlock, keyPEMBlock []byte) (Certificate, error) {
net/http/httptest
server.go#L147: cert, err := tls.X509KeyPair(testcert.LocalhostCert, testcert.LocalhostKey)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)