chore: gofmt
Some checks failed
build / go1.21 (push) Has been cancelled
build / go1.22 (push) Has been cancelled
build / linux (push) Has been cancelled
build / linux_386 (push) Has been cancelled
build / mac_amd64 (push) Has been cancelled
build / mac_arm64 (push) Has been cancelled
build / windows (push) Has been cancelled
build / lint (push) Has been cancelled

This commit is contained in:
Henry
2025-06-27 19:06:39 +08:00
parent 6e8100bb55
commit e7b93de2ac

View File

@@ -5,11 +5,12 @@ import (
"crypto/sha1"
"encoding/base64"
"fmt"
logger "github.com/sirupsen/logrus"
"net/http"
"net/url"
"sort"
"strings"
logger "github.com/sirupsen/logrus"
)
// ref: https://github.com/minio/minio/cmd/auth-handler.go