mirror of
https://github.com/alist-org/gofakes3.git
synced 2025-12-24 12:58:04 +08:00
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
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user