chore: refactor the imports (#2406)

This commit is contained in:
Kevin Wan
2022-09-17 20:06:23 +08:00
committed by GitHub
parent ae7f1aabdd
commit 1f6688e5c1
9 changed files with 8 additions and 18 deletions

View File

@@ -1,10 +1,9 @@
package metric
import (
prom "github.com/prometheus/client_golang/prometheus"
"github.com/zeromicro/go-zero/core/proc"
"github.com/zeromicro/go-zero/core/prometheus"
prom "github.com/prometheus/client_golang/prometheus"
)
type (