Compare commits

..

2 Commits
v1.0 ... master

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 go 1.19

View File

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