yazgazan/jaydiff

View on GitHub
main.go

Summary

Maintainability
A
35 mins
Test Coverage

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

    There are no issues that match your filters.

    Category
    Status