mirror of
https://github.com/caddyserver/caddy.git
synced 2026-05-13 09:06:41 +00:00
style: fix linting issues (imports and whitespace)
This commit is contained in:
parent
79a12b4c2f
commit
2ba9ca98a4
1 changed files with 1 additions and 2 deletions
|
|
@ -29,13 +29,13 @@ import (
|
|||
|
||||
"github.com/caddyserver/certmagic"
|
||||
"github.com/libdns/libdns"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"go.uber.org/zap"
|
||||
"go.uber.org/zap/zapcore"
|
||||
|
||||
"github.com/caddyserver/caddy/v2"
|
||||
"github.com/caddyserver/caddy/v2/internal"
|
||||
"github.com/caddyserver/caddy/v2/modules/caddyevents"
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
@ -58,7 +58,6 @@ func init() {
|
|||
Name: "on_demand_ask_total",
|
||||
Help: "Total number of on-demand TLS ask requests",
|
||||
}, []string{"result"})
|
||||
|
||||
}
|
||||
|
||||
var (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue