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