Compare commits

..

2 Commits

5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -9,7 +9,7 @@ import (
"log"
"strings"
"git.pyer.club/kingecg/goxml"
"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"
"git.kingecg.top/kingecg/goxml"
)
type Person struct {