@ -58,6 +58,7 @@ func ReadStdin() <-chan *CanFrame {
go func() {
scanner := bufio.NewScanner(os.Stdin)
process(scanner, c)
close(c)
}()
return c
}