Downgrade go version used for static checking as it seems to break th… #5
Annotations
10 errors
build
func parseContext is unused (U1000)
|
build
func (*Parser).getImmediate is unused (U1000)
|
build
possible nil pointer dereference (SA5011)
|
build
this check suggests that the pointer can be nil
|
build
possible nil pointer dereference (SA5011)
|
build
this check suggests that the pointer can be nil
|
build
redundant return statement (S1023)
|
build
error strings should not be capitalized (ST1005)
|
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
|
build
ineffective break statement. Did you mean to break out of the outer loop? (SA4011)
|