style: please the linter II
This commit is contained in:
6
main.go
6
main.go
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user