Compare commits

...

3 Commits

4 changed files with 4 additions and 4 deletions

View File

@ -32,7 +32,7 @@ import (
"fmt"
"os"
"git.pyer.club/kingecg/command"
"git.kingecg.top/kingecg/command"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.pyer.club/kingecg/command"
"git.kingecg.top/kingecg/command"
)
func main() {

View File

@ -4,7 +4,7 @@ import (
"fmt"
"os"
"git.pyer.club/kingecg/command"
"git.kingecg.top/kingecg/command"
)
func main() {

2
go.mod
View File

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