Skip to content

Commit d4ab12f

Browse files
committed
fix code
1 parent e66c5b3 commit d4ab12f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

metrics/prometheus/prometheus.go

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
package prometheus
22

3-
import (
4-
"github.com/WiFeng/go-sky/config"
5-
)
3+
import "github.com/WiFeng/go-sky/config"
64

75
var (
86
DefaultBuckets = []float64{.005, .01, .025, .05, .1, .25, .5, 1, 2.5, 5, 10}

0 commit comments

Comments
 (0)