修改成github

This commit is contained in:
Yun
2024-05-20 22:07:57 +08:00
parent 35c671f1e1
commit ddbe5af12f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import (
"testing"
"time"
"code.yun.ink/pkg/cachex"
"github.com/yuninks/cachex"
)
func TestCache(t *testing.T) {
+1 -1
View File
@@ -1,3 +1,3 @@
module "code.yun.ink/pkg/cachex"
module "github.com/yuninks/cachex"
go 1.19