From dfa66c9533b4ee9e5bfc31e8f05e35eda12738cc Mon Sep 17 00:00:00 2001 From: simon Date: Thu, 12 Dec 2019 21:52:12 -0500 Subject: [PATCH] config update pt2 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2cb1aa0..2f309bb 100644 --- a/main.go +++ b/main.go @@ -52,7 +52,7 @@ func New() *Architeuthis { templ, _ := template.ParseFiles("templates/stats.html") mux.HandleFunc("/stats", func(w http.ResponseWriter, r *http.Request) { - err = templ.Execute(w, a.getStats()) + _ = templ.Execute(w, a.getStats()) }) mux.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {