Skip to content

There are cases where I want to use keys other than the fixed ones. #23

There are cases where I want to use keys other than the fixed ones.

There are cases where I want to use keys other than the fixed ones. #23

This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / golangci failed Dec 24, 2023 in 1s

reviewdog [golangci] report

reported by reviewdog 🐶

Findings (2)

base_limiter.go|68 col 29| undefined: remoteAddrKey
base_limiter.go|68 col 44| undefined: hostKey (typecheck)

Filtered Findings (1)

base_limiter.go|1| : # github.com/2manymws/rlutils [github.com/2manymws/rlutils.test]

Annotations

Check failure on line 68 in base_limiter.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] base_limiter.go#L68

undefined: remoteAddrKey
Raw output
./base_limiter.go:68:29: undefined: remoteAddrKey

Check failure on line 68 in base_limiter.go

See this annotation in the file changed.

@github-actions github-actions / golangci

[golangci] base_limiter.go#L68

undefined: hostKey (typecheck)
Raw output
./base_limiter.go:68:44: undefined: hostKey (typecheck)
package rlutils