goimports

This commit is contained in:
Daniel Czerwonk 2017-12-01 08:00:29 +01:00
parent cf021eb59d
commit 5bb4771717

View File

@ -6,10 +6,10 @@ import (
"net/http"
"os"
"github.com/czerwonk/bird_exporter/protocol"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
"github.com/prometheus/common/log"
"github.com/czerwonk/bird_exporter/protocol"
)
const version string = "1.0.0"