We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4acda1 commit aa3af8fCopy full SHA for aa3af8f
crt_v2.go
@@ -32,7 +32,6 @@ func GetJsonFromCrt(domain string) {
32
if err != nil {
33
fmt.Println("error:", err)
34
}
35
- fmt.Printf("%T", subdomains)
36
for _, subdomain := range subdomains {
37
fmt.Println("Found:", subdomain.CommonName)
38
0 commit comments