From 9fd7836f84d767ed52bd2abcc090217ae8261191 Mon Sep 17 00:00:00 2001 From: hashworks Date: Fri, 12 Oct 2018 23:57:14 +0200 Subject: [PATCH] Fix import in custom_stylesheets example --- _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 2754354..36f6106 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" )