Compare commits
No commits in common. "master" and "v1.0" have entirely different histories.
2
go.mod
2
go.mod
|
|
@ -1,3 +1,3 @@
|
|||
module module git.kingecg.top/kingecg/gostream
|
||||
module git.pyer.club/kingecg/gostream
|
||||
|
||||
go 1.19
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"git.kingecg.top/kingecg/gostream"
|
||||
"git.pyer.club/kingecg/gostream"
|
||||
)
|
||||
|
||||
type TReadAble[T any] struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue