chore: update module path to git.kingecg.top
This commit is contained in:
parent
2c3857e50a
commit
08f3632851
|
@ -9,7 +9,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.pyer.club/kingecg/goxml"
|
"module git.kingecg.top/kingecg/goxml"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Animal int
|
type Animal int
|
||||||
|
|
|
@ -8,7 +8,7 @@ import (
|
||||||
"fmt"
|
"fmt"
|
||||||
"os"
|
"os"
|
||||||
|
|
||||||
"git.pyer.club/kingecg/goxml"
|
"module git.kingecg.top/kingecg/goxml"
|
||||||
)
|
)
|
||||||
|
|
||||||
func ExampleMarshalIndent() {
|
func ExampleMarshalIndent() {
|
||||||
|
|
|
@ -9,7 +9,7 @@ import (
|
||||||
"log"
|
"log"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
"git.pyer.club/kingecg/goxml"
|
"module git.kingecg.top/kingecg/goxml"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Size int
|
type Size int
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module git.pyer.club/kingecg/goxml
|
module module git.kingecg.top/kingecg/goxml
|
||||||
|
|
||||||
go 1.23.1
|
go 1.23.1
|
||||||
|
|
|
@ -3,7 +3,7 @@ package goxml_test
|
||||||
import (
|
import (
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"git.pyer.club/kingecg/goxml"
|
"module git.kingecg.top/kingecg/goxml"
|
||||||
)
|
)
|
||||||
|
|
||||||
type Person struct {
|
type Person struct {
|
||||||
|
|
Loading…
Reference in New Issue