beginning go port #41
Annotations
7 errors
golangci-lint:
pkg/actor/base.go#L23
cannot range over actor.Concurrency (variable of type int) (typecheck)
|
golangci-lint:
pkg/actor/base.go#L28
cannot range over actor.Concurrency (variable of type int) (typecheck)
|
golangci-lint:
pkg/futhorc/indexer.go#L96
cannot range over len(idx.Posts) / size (value of type int) (typecheck)
|
golangci-lint:
pkg/futhorc/pipeline.go#L80
parser.Output undefined (type PostParser has no field or method Output) (typecheck)
|
golangci-lint:
cmd/randmd/main.go#L36
cannot range over 1_000 (untyped int constant 1000) (typecheck)
|
golangci-lint:
pkg/markdown/convert.go#L37
Error return value of `w.Write` is not checked (errcheck)
|
golangci-lint
issues found
|
Loading