chore: update module path to git.kingecg.top
This commit is contained in:
parent
08f3632851
commit
b766d57d4b
|
@ -9,7 +9,7 @@ import (
|
|||
"log"
|
||||
"strings"
|
||||
|
||||
"module git.kingecg.top/kingecg/goxml"
|
||||
"git.kingecg.top/kingecg/goxml"
|
||||
)
|
||||
|
||||
type Animal int
|
||||
|
|
|
@ -8,7 +8,7 @@ import (
|
|||
"fmt"
|
||||
"os"
|
||||
|
||||
"module git.kingecg.top/kingecg/goxml"
|
||||
"git.kingecg.top/kingecg/goxml"
|
||||
)
|
||||
|
||||
func ExampleMarshalIndent() {
|
||||
|
|
|
@ -9,7 +9,7 @@ import (
|
|||
"log"
|
||||
"strings"
|
||||
|
||||
"module git.kingecg.top/kingecg/goxml"
|
||||
"git.kingecg.top/kingecg/goxml"
|
||||
)
|
||||
|
||||
type Size int
|
||||
|
|
|
@ -3,7 +3,7 @@ package goxml_test
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"module git.kingecg.top/kingecg/goxml"
|
||||
"git.kingecg.top/kingecg/goxml"
|
||||
)
|
||||
|
||||
type Person struct {
|
||||
|
|
Loading…
Reference in New Issue