style: please the linter II

This commit is contained in:
Florian Bauer
2025-01-22 13:36:46 +01:00
parent e408bdefde
commit f3200f0f5f

View File

@@ -11,12 +11,12 @@ import (
"os/signal" "os/signal"
"syscall" "syscall"
"ocspcrl/internal/metrics"
"ocspcrl/internal/ocsp_source"
"github.com/alecthomas/kingpin/v2" "github.com/alecthomas/kingpin/v2"
cfocsp "github.com/cloudflare/cfssl/ocsp" cfocsp "github.com/cloudflare/cfssl/ocsp"
"github.com/prometheus/client_golang/prometheus/promhttp" "github.com/prometheus/client_golang/prometheus/promhttp"
"ocspcrl/internal/metrics"
"ocspcrl/internal/ocsp_source"
) )
type loadCrlFunction func() error type loadCrlFunction func() error