chore: update module path to git.kingecg.top
This commit is contained in:
parent
83edf821f3
commit
0a8073041a
2
go.mod
2
go.mod
|
@ -1,3 +1,3 @@
|
||||||
module git.pyer.club/kingecg/gostream
|
module module git.kingecg.top/kingecg/gostream
|
||||||
|
|
||||||
go 1.19
|
go 1.19
|
||||||
|
|
|
@ -3,7 +3,7 @@ package main
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
"git.pyer.club/kingecg/gostream"
|
"module git.kingecg.top/kingecg/gostream"
|
||||||
)
|
)
|
||||||
|
|
||||||
type TReadAble[T any] struct {
|
type TReadAble[T any] struct {
|
||||||
|
|
Loading…
Reference in New Issue