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