Adds implementation for caching middleware #200
Annotations
7 errors and 1 warning
middleware/request/cache.go#L70
Error return value is not checked (errcheck)
|
middleware/request/cache.go#L72
Error return value of `conn.Send` is not checked (errcheck)
|
middleware/request/cache.go#L29
commentFormatting: put a space between `//` and comment text (gocritic)
|
middleware/request/cache.go#L24
mnd: Magic number: 1e7, in <assign> detected (gomnd)
|
middleware/request/cache.go#L25
mnd: Magic number: 30, in <assign> detected (gomnd)
|
middleware/request/cache.go#L26
mnd: Magic number: 64, in <assign> detected (gomnd)
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading