refactor: change module's name
This commit is contained in:
parent
0b458d6976
commit
edd58a7632
4 changed files with 4 additions and 4 deletions
|
|
@ -22,7 +22,7 @@ package main
|
|||
import (
|
||||
"os"
|
||||
|
||||
charts "github.com/vicanso/echarts"
|
||||
charts "github.com/vicanso/go-echarts"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"os"
|
||||
|
||||
charts "github.com/vicanso/echarts"
|
||||
charts "github.com/vicanso/go-echarts"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ import (
|
|||
"bytes"
|
||||
"net/http"
|
||||
|
||||
charts "github.com/vicanso/echarts"
|
||||
charts "github.com/vicanso/go-echarts"
|
||||
)
|
||||
|
||||
var html = `<!DOCTYPE html>
|
||||
|
|
|
|||
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module github.com/vicanso/echarts
|
||||
module github.com/vicanso/go-echarts
|
||||
|
||||
go 1.17
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue