mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 12:10:24 +03:00
minio: Simplify for gosimple tool complaints.
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ func setGlobals(quiet, debug bool) {
|
||||
globalQuiet = quiet
|
||||
globalDebug = debug
|
||||
// Enable debug messages if requested.
|
||||
if globalDebug == true {
|
||||
if globalDebug {
|
||||
console.DebugPrint = true
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user