chore: update module path to git.kingecg.top

This commit is contained in:
kingecg 2025-06-26 01:11:10 +08:00
parent 0a8073041a
commit 4e2b1b3546
1 changed files with 1 additions and 1 deletions

View File

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