From 0a8073041a652856ca8bfa7b46fc2cef19c92f9d Mon Sep 17 00:00:00 2001 From: kingecg Date: Wed, 25 Jun 2025 22:59:19 +0800 Subject: [PATCH] chore: update module path to git.kingecg.top --- go.mod | 2 +- test/main.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 7e5163a..055390c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.pyer.club/kingecg/gostream +module module git.kingecg.top/kingecg/gostream go 1.19 diff --git a/test/main.go b/test/main.go index 826ce9e..480b5cf 100644 --- a/test/main.go +++ b/test/main.go @@ -3,7 +3,7 @@ package main import ( "fmt" - "git.pyer.club/kingecg/gostream" + "module git.kingecg.top/kingecg/gostream" ) type TReadAble[T any] struct {