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