ntcat

Results 2 comments of ntcat

and, change this line: ``` if freq == 0.0 { continue } ``` to: ``` if freq == 0.0 && fsErr != io.EOF { continue } ``` otherwise, will met...