From c5781c2274aca56aaefe8312cfca7e0c161f3f03 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 27 Mar 2019 07:51:17 -0700 Subject: [PATCH] shadow this too --- cmd/site/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/site/main.go b/cmd/site/main.go index e3987b3..843884d 100644 --- a/cmd/site/main.go +++ b/cmd/site/main.go @@ -34,7 +34,7 @@ func main() { "port": port, }) - prometheus.Register(prommod.NewCollector("christine")) + _ = prometheus.Register(prommod.NewCollector("christine")) s, err := Build() if err != nil {