func TestMain(m *testing.M) { … } func mustMakeCertificate(t *testing.T, template *x509.Certificate) []byte { … } func mustMakePEMBlock(blockType string, headers map[string]string, data []byte) string { … }
func TestMain(m *testing.M) { … } func mustMakeCertificate(t *testing.T, template *x509.Certificate) []byte { … } func mustMakePEMBlock(blockType string, headers map[string]string, data []byte) string { … }