From 7dc3ebc46f4f5f61b869026235730d05b7c6a756 Mon Sep 17 00:00:00 2001 From: "M. Fatih MAR" Date: Sun, 6 Jan 2019 20:01:20 +0000 Subject: [PATCH] Fix Invalid go-chart Import URL --- _examples/custom_stylesheets/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_examples/custom_stylesheets/main.go b/_examples/custom_stylesheets/main.go index 2432b2d..7e951d0 100644 --- a/_examples/custom_stylesheets/main.go +++ b/_examples/custom_stylesheets/main.go @@ -2,7 +2,7 @@ package main import ( "fmt" - "github.com/hashworks/go-chart" + "github.com/wcharczuk/go-chart" "log" "net/http" )