From 09ed6b1e41de0f672c5780fc1c69e610b78a9da0 Mon Sep 17 00:00:00 2001 From: Varakh Date: Mon, 3 Jun 2024 21:11:48 +0200 Subject: [PATCH] Minor refactor tackling typos, overhauling README, adding hints about useful resources to README, and avoid any panic/Fatalf from services and init calls #noissue --- server/service_prometheus.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/service_prometheus.go b/server/service_prometheus.go index ea65954..e4aafa1 100644 --- a/server/service_prometheus.go +++ b/server/service_prometheus.go @@ -1,9 +1,9 @@ package server import ( - "fmt" - "github.com/Depado/ginprom" - "github.com/gin-gonic/gin" + "fmt" + "github.com/Depado/ginprom" + "github.com/gin-gonic/gin" ) type prometheusService struct {