Compare commits

..

No commits in common. "master" and "v1.0" have entirely different histories.
master ... v1.0

2 changed files with 2 additions and 2 deletions

2
go.mod
View File

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

View File

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