Skip to content

#1355 🐛bug: fix cache time null #6

#1355 🐛bug: fix cache time null

#1355 🐛bug: fix cache time null #6

Workflow file for this run

run:
skip-files:
- ".+_test.go$"
linters-settings:
errcheck:
check-type-assertions: true
staticcheck:
checks:
- all
- '-SA6002' # disable the rule SA6002
linters:
enable:
- gofmt
- bodyclose