refactor: move accesslog to logging/accesslog

This commit is contained in:
yusing
2025-04-25 08:37:39 +08:00
parent 2f33ee02d9
commit e513db62b0
27 changed files with 11 additions and 11 deletions

View File

@@ -7,8 +7,8 @@ import (
"strings"
"github.com/yusing/go-proxy/internal/logging"
"github.com/yusing/go-proxy/internal/logging/accesslog"
gphttp "github.com/yusing/go-proxy/internal/net/gphttp"
"github.com/yusing/go-proxy/internal/net/gphttp/accesslog"
"github.com/yusing/go-proxy/internal/net/gphttp/middleware"
"github.com/yusing/go-proxy/internal/net/gphttp/middleware/errorpage"
"github.com/yusing/go-proxy/internal/route/routes"