add: kpp code #34
Annotations
4 errors
build:
parser/fns/main.go#L48
commentFormatting: put a space between `//` and comment text (gocritic)
|
build:
utils/helpers.go#L68
assignOp: replace `code = code / 10` with `code /= 10` (gocritic)
|
build:
parser/fns/main.go#L35
printf: `fmt.Println` arg list ends with redundant newline (govet)
|
build
issues found
|