Map: Adds concurrency/map #409
Annotations
6 errors and 1 warning
Run golangci-lint:
concurrency/map.go#L24
interface method Delete must have named param for type K (inamedparam)
|
Run golangci-lint:
concurrency/map.go#L25
interface method Load must have named param for type K (inamedparam)
|
Run golangci-lint:
concurrency/map.go#L26
interface method LoadAndDelete must have named param for type K (inamedparam)
|
Run golangci-lint:
concurrency/map.go#L27
interface method Range must have all named params (inamedparam)
|
Run golangci-lint:
concurrency/map.go#L28
interface method Store must have named param for type K (inamedparam)
|
Run golangci-lint
issues found
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v4, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading