diff --git a/_examples/q/fp.go b/_examples/q/fp.go index 3dd55d9d..b4885252 100644 --- a/_examples/q/fp.go +++ b/_examples/q/fp.go @@ -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) }