diff options
| author | Christine Dodrill <me@christine.website> | 2019-04-02 22:57:31 -0700 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-04-02 22:57:31 -0700 |
| commit | 8f687ef69a5cc89a1aef7cff9456a42800e6b3e9 (patch) | |
| tree | f053ccf53d221d412fdb7ed60c46ab04cfbfb8b0 /cmd | |
| parent | dd8bf556d494b43e2e983250bd08a5180c9c5b52 (diff) | |
| parent | 491e216d370d1c7200ceace5615b83c329282767 (diff) | |
| download | xesite-8f687ef69a5cc89a1aef7cff9456a42800e6b3e9.tar.xz xesite-8f687ef69a5cc89a1aef7cff9456a42800e6b3e9.zip | |
Merge branch 'master' of ssh://git@github.com/Xe/site
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 { |
