From 2c7b8f52fc40cbad98b1793709529e4859884eae Mon Sep 17 00:00:00 2001 From: kingecg Date: Wed, 25 Jun 2025 23:36:30 +0800 Subject: [PATCH] chore: update module path to git.kingecg.top --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc2ad7e..0991f3a 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ package main import ( "fmt" - "git.pyer.club/kingecg/coperator" + "git.kingecg.top/kingecg/coperator" ) func main() {