var net/http/internal.LocalhostKey

2 uses

	net/http/internal (current package)
		testcert.go#L29: var LocalhostKey = []byte(testingKey(`-----BEGIN RSA TESTING KEY-----

	net/http/httptest
		server.go#L147: 	cert, err := tls.X509KeyPair(internal.LocalhostCert, internal.LocalhostKey)