chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-26 01:14:02 +08:00
parent 08f3632851
commit b766d57d4b
4 changed files with 4 additions and 4 deletions

View File

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

View File

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

View File

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

View File

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