mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
move gofumpt to golang-ci
This commit is contained in:
@@ -406,8 +406,10 @@ type minioProfiler interface {
|
||||
}
|
||||
|
||||
// Global profiler to be used by service go-routine.
|
||||
var globalProfiler map[string]minioProfiler
|
||||
var globalProfilerMu sync.Mutex
|
||||
var (
|
||||
globalProfiler map[string]minioProfiler
|
||||
globalProfilerMu sync.Mutex
|
||||
)
|
||||
|
||||
// dump the request into a string in JSON format.
|
||||
func dumpRequest(r *http.Request) string {
|
||||
|
||||
Reference in New Issue
Block a user