Add an extra newline in the output

This commit is contained in:
Miek Gieben 2011-12-20 10:30:02 +01:00
parent 216b0a2ed6
commit cbdab03c16

View File

@ -48,6 +48,7 @@ func startParse(addr string) {
}
}
// Print out what we've gathered
fmt.Println()
for _, i := range items {
fmt.Printf("{%s %s}\n", itemString[i.typ], i.val)
}