Compare commits
2 Commits
Author | SHA1 | Date |
---|---|---|
|
4e2b1b3546 | |
|
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
|
||||
|
|
|
@ -3,7 +3,7 @@ package main
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"git.pyer.club/kingecg/gostream"
|
||||
"git.kingecg.top/kingecg/gostream"
|
||||
)
|
||||
|
||||
type TReadAble[T any] struct {
|
||||
|
|
Loading…
Reference in New Issue