new version format and some cleanup

This commit is contained in:
Anand Babu (AB) Periasamy
2015-09-18 23:27:04 -07:00
parent 2141c9f70f
commit d1f1b7ac31
10 changed files with 109 additions and 151 deletions
-5
View File
@@ -93,8 +93,3 @@ func checkGolangRuntimeVersion() {
Errorln("Old Golang runtime version " + v1.String() + " detected., mc requires minimum go1.5.1 or later.")
}
}
func verifyMinioRuntime() {
// add any other checks here.
checkGolangRuntimeVersion()
}