Compare commits

..

No commits in common. "master" and "v1.0.1" have entirely different histories.

5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

2
go.mod
View File

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

View File

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