aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-27 07:51:17 -0700
committerChristine Dodrill <me@christine.website>2019-03-27 07:51:17 -0700
commitc5781c2274aca56aaefe8312cfca7e0c161f3f03 (patch)
tree33163d69530e2a2d71fc80235bdc768b583d2b0f /cmd
parentdcfac4d41fc50d2cf06ee3df4e03dfd66dd7e0f4 (diff)
downloadxesite-c5781c2274aca56aaefe8312cfca7e0c161f3f03.tar.xz
xesite-c5781c2274aca56aaefe8312cfca7e0c161f3f03.zip
shadow this too
Diffstat (limited to 'cmd')
-rw-r--r--cmd/site/main.go2
1 files changed, 1 insertions, 1 deletions
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 {