chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-25 23:02:34 +08:00
parent 2c3857e50a
commit 08f3632851
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ import (
"log"
"strings"
"git.pyer.club/kingecg/goxml"
"module git.kingecg.top/kingecg/goxml"
)
type Animal int

View File

@ -8,7 +8,7 @@ import (
"fmt"
"os"
"git.pyer.club/kingecg/goxml"
"module git.kingecg.top/kingecg/goxml"
)
func ExampleMarshalIndent() {

View File

@ -9,7 +9,7 @@ import (
"log"
"strings"
"git.pyer.club/kingecg/goxml"
"module git.kingecg.top/kingecg/goxml"
)
type Size int

2
go.mod
View File

@ -1,3 +1,3 @@
module git.pyer.club/kingecg/goxml
module module git.kingecg.top/kingecg/goxml
go 1.23.1

View File

@ -3,7 +3,7 @@ package goxml_test
import (
"testing"
"git.pyer.club/kingecg/goxml"
"module git.kingecg.top/kingecg/goxml"
)
type Person struct {