Remove commands and commandsTree global variables. (#3855)

This commit is contained in:
Bala FA
2017-03-07 09:05:26 +05:30
committed by Harshavardhana
parent 436db49bf3
commit bff4d29415
5 changed files with 137 additions and 196 deletions

View File

@@ -65,5 +65,5 @@ func main() {
console.Fatalln("Go runtime version check failed.", err)
}
minio.Main(os.Args, os.Exit)
minio.Main(os.Args)
}