Fix goimports violations

This commit is contained in:
Justin Li
2018-10-23 14:06:52 -04:00
parent f19f08aa2e
commit 3c80ed8a8e
6 changed files with 13 additions and 9 deletions
+2 -1
View File
@@ -6,9 +6,10 @@ import (
"context"
"net/http"
"github.com/prometheus/client_golang/prometheus"
"github.com/chihaya/chihaya/pkg/log"
"github.com/chihaya/chihaya/pkg/stop"
"github.com/prometheus/client_golang/prometheus"
)
// Server represents a standalone HTTP server for serving a Prometheus metrics