yazgazan/jaydiff

View on GitHub

Showing 1 of 10 total issues

Method singleValueStream.NextValue has 5 return statements (exceeds 4 allowed).
Open

func (s *singleValueStream) NextValue() (interface{}, error) {
    if s.eof {
        return nil, io.EOF
    }
    if !s.partnerStream.More() {
Severity: Major
Found in main.go - About 35 mins to fix
    Severity
    Category
    Status
    Source
    Language