From cf5d10867bd6044ebc2fd21cd4a7ac15593f1093 Mon Sep 17 00:00:00 2001 From: Ly Phuc Linh Date: Tue, 5 Apr 2022 16:27:09 +0700 Subject: [PATCH] update name --- example/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/main.go b/example/main.go index 9681d41..7361de3 100644 --- a/example/main.go +++ b/example/main.go @@ -4,13 +4,13 @@ import ( "github.com/gofiber/fiber/v2" "log" - fasthttpprom "github.com/carousell/fiber-prometheus-middleware" + prom "github.com/carousell/fiber-prometheus-middleware" ) func main() { r := fiber.New() - p := fasthttpprom.NewPrometheus("") + p := prom.NewPrometheus("") p.Use(r) r.Get("/health", func(ctx *fiber.Ctx) error {