shadow this too

This commit is contained in:
Cadey Ratio 2019-03-27 07:51:17 -07:00
parent dcfac4d41f
commit c5781c2274
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func main() {
"port": port,
})
prometheus.Register(prommod.NewCollector("christine"))
_ = prometheus.Register(prommod.NewCollector("christine"))
s, err := Build()
if err != nil {