Minor refactor tackling typos, overhauling README, adding hints about useful resources to README, and avoid any panic/Fatalf from services and init calls #noissue
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
Varakh 2024-06-03 21:11:48 +02:00
parent e5bdc5add6
commit 09ed6b1e41

View file

@ -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 {