Showing 1 of 10 total issues
Method singleValueStream.NextValue
has 5 return statements (exceeds 4 allowed). Open
Open
func (s *singleValueStream) NextValue() (interface{}, error) {
if s.eof {
return nil, io.EOF
}
if !s.partnerStream.More() {