mirror of
https://github.com/miekg/dns.git
synced 2025-10-18 13:21:15 +02:00
Add an extra newline in the output
This commit is contained in:
parent
216b0a2ed6
commit
cbdab03c16
@ -48,6 +48,7 @@ func startParse(addr string) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Print out what we've gathered
|
// Print out what we've gathered
|
||||||
|
fmt.Println()
|
||||||
for _, i := range items {
|
for _, i := range items {
|
||||||
fmt.Printf("{%s %s}\n", itemString[i.typ], i.val)
|
fmt.Printf("{%s %s}\n", itemString[i.typ], i.val)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user