chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-25 22:59:19 +08:00
parent 83edf821f3
commit 0a8073041a
2 changed files with 2 additions and 2 deletions

2
go.mod
View File

@ -1,3 +1,3 @@
module git.pyer.club/kingecg/gostream
module module git.kingecg.top/kingecg/gostream
go 1.19

View File

@ -3,7 +3,7 @@ package main
import (
"fmt"
"git.pyer.club/kingecg/gostream"
"module git.kingecg.top/kingecg/gostream"
)
type TReadAble[T any] struct {