This commit is contained in:
Will Charczuk 2020-11-22 16:39:05 -08:00
parent 962b9abdec
commit fe512600e9
85 changed files with 943 additions and 958 deletions

View file

@ -4,7 +4,7 @@ import (
"net/http"
"time"
chart "github.com/wcharczuk/go-chart"
chart "github.com/wcharczuk/go-chart/v2"
)
func drawChart(res http.ResponseWriter, req *http.Request) {