Merge branch 'feat/rename-go-module'

This commit is contained in:
shaw
2025-12-24 21:34:37 +08:00
103 changed files with 249 additions and 249 deletions

View File

@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"sub2api/internal/service/ports"
"github.com/Wei-Shaw/sub2api/internal/service/ports"
"github.com/redis/go-redis/v9"
)