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" "log"
"strings" "strings"
"module git.kingecg.top/kingecg/goxml" "git.kingecg.top/kingecg/goxml"
) )
type Animal int type Animal int

View File

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

View File

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

View File

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