Fix Invalid go-chart Import URL

This commit is contained in:
M. Fatih MAR 2019-01-06 20:01:20 +00:00
parent 3cb33d48d3
commit 7dc3ebc46f

View file

@ -2,7 +2,7 @@ package main
import (
"fmt"
"github.com/hashworks/go-chart"
"github.com/wcharczuk/go-chart"
"log"
"net/http"
)