small thing

This commit is contained in:
Ivaylo Korakov 2020-02-21 12:11:58 +01:00
parent c598c828be
commit 853b8806bd

View File

@ -2,13 +2,13 @@ package main
import (
"context"
"github.com/prometheus/client_golang/prometheus/promhttp"
"log"
"net/http"
"os"
"github.com/alecthomas/kingpin"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"
)
func main() {