threatgrid / jqpipe-go

A Go Wrapper for JQ
BSD 2-Clause "Simplified" License
12 stars 8 forks source link

jqpipe.go: exit Next on EOF error #7

Closed estroz closed 7 years ago

estroz commented 7 years ago

Next() will return null if we don't check for an EOF error.

Fixes #6

estroz commented 7 years ago

3 fixes this