Add Del method #18
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Revive check:
cache.go#L1
should have a package comment
|
Revive check:
go_cache.go#L74
if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
|
Revive check:
go_redis.go#L110
if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary)
|
Revive check:
go_cache.go#L209
if block ends with a return statement, so drop this else and outdent its block
|
Revive check:
option.go#L8
exported type OptionFunc should have comment or be unexported
|
Revive check:
cache.go#L39
exported var ErrCacheMiss should have comment or be unexported
|
Revive check:
go_cache.go#L24
exported method GoCacheDriver.SetMany should have comment or be unexported
|
Revive check:
go_cache.go#L19
exported method GoCacheDriver.Set should have comment or be unexported
|
Revive check:
go_cache.go#L44
exported method GoCacheDriver.Add should have comment or be unexported
|
Revive check:
go_cache.go#L31
exported method GoCacheDriver.Many should have comment or be unexported
|
Loading