mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-17 15:46:26 +08:00
chore: go fmt
This commit is contained in:
@@ -2,10 +2,11 @@ package common
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/alist-org/alist/v3/internal/conf"
|
||||
"github.com/alist-org/alist/v3/internal/setting"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
"github.com/alist-org/alist/v3/internal/conf"
|
||||
"github.com/alist-org/alist/v3/internal/setting"
|
||||
)
|
||||
|
||||
func GetBaseUrl(r *http.Request) string {
|
||||
|
||||
Reference in New Issue
Block a user