1
0
mirror of https://github.com/bestnite/sub2clash.git synced 2025-12-15 18:40:16 +00:00

🎨 Refactor package for public import

This commit is contained in:
2024-09-17 13:10:13 +08:00
parent 3cfa4bdf24
commit e504a6cca4
21 changed files with 67 additions and 49 deletions

View File

@@ -5,9 +5,10 @@ import (
"html/template"
"log"
"net/http"
"sub2clash/api/handler"
"sub2clash/constant"
"sub2clash/middleware"
"github.com/nitezs/sub2clash/api/handler"
"github.com/nitezs/sub2clash/constant"
"github.com/nitezs/sub2clash/middleware"
"github.com/gin-gonic/gin"
)