Fix Invalid go-chart Import URL
This commit is contained in:
parent
3cb33d48d3
commit
7dc3ebc46f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/hashworks/go-chart"
|
||||
"github.com/wcharczuk/go-chart"
|
||||
"log"
|
||||
"net/http"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue