refactor: change project structure and package name
This commit is contained in:
parent
c1468e8ae4
commit
ad10e9a062
163 changed files with 104 additions and 135 deletions
|
|
@ -3,10 +3,9 @@ package main
|
|||
//go:generate go run main.go
|
||||
|
||||
import (
|
||||
"github.com/d-Rickyy-b/go-chart-x/v2/pkg/chart"
|
||||
"github.com/d-Rickyy-b/go-chart-x/v2/pkg/drawing"
|
||||
"os"
|
||||
|
||||
"github.com/wcharczuk/go-chart/v2"
|
||||
"github.com/wcharczuk/go-chart/v2/drawing"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue