q/parser.go
Parser
has 22 methods (exceeds 20 allowed). Consider refactoring. Open
Open
type Parser struct {
tokens *Tokens
}
Your code does not pass gofmt in 21 places. Go fmt your code! Open
Open
package q
- Exclude checks
if block ends with a return statement, so drop this else and outdent its block Open
Open
} else {
- Exclude checks