Fix import in custom_stylesheets example

This commit is contained in:
hashworks 2018-10-12 23:57:14 +02:00
parent c8e7309cce
commit 9fd7836f84
No known key found for this signature in database
GPG key ID: 402E6341CF634B3B

View file

@ -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"
) )