diff options
| author | Christine Dodrill <me@christine.website> | 2019-03-27 07:51:17 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-03-27 07:51:17 -0700 |
| commit | c5781c2274aca56aaefe8312cfca7e0c161f3f03 (patch) | |
| tree | 33163d69530e2a2d71fc80235bdc768b583d2b0f /cmd | |
| parent | dcfac4d41fc50d2cf06ee3df4e03dfd66dd7e0f4 (diff) | |
| download | xesite-c5781c2274aca56aaefe8312cfca7e0c161f3f03.tar.xz xesite-c5781c2274aca56aaefe8312cfca7e0c161f3f03.zip | |
shadow this too
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/site/main.go | 2 |
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 { |
