wip #2
Annotations
10 errors
lint:
main.go#L140
Error return value of `router.Run` is not checked (errcheck)
|
lint:
main.go#L268
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
main.go#L201
importShadow: shadow of imported package 'url' (gocritic)
|
lint:
main.go#L335
stringConcatSimplify: suggestion: ac.Kafka.Prefix + group (gocritic)
|
lint:
main.go#L324
stringConcatSimplify: suggestion: ac.Kafka.Prefix + topic (gocritic)
|
lint:
main.go#L243
G402: TLS InsecureSkipVerify set true. (gosec)
|
lint:
main.go#L42
field `ml` is unused (unused)
|
lint:
main.go#L65
func `(*Consumer).saveMessage` is unused (unused)
|
lint:
main.go#L68
if statements should only be cuddled with assignments (wsl)
|
lint:
main.go#L71
append only allowed to cuddle with appended value (wsl)
|