mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Golint cleanup utils/crypto/sha*,cpu,md5
This commit is contained in:
@@ -43,10 +43,8 @@ func hasCPUFeatureFromOS(feature string) (bool, error) {
|
||||
return true, nil
|
||||
}
|
||||
return false, nil
|
||||
} else {
|
||||
// TODO find new way to test cpu flags on windows
|
||||
return false, errors.New("Not Implemented on this platform")
|
||||
}
|
||||
return false, errors.New("Not Implemented on this platform")
|
||||
}
|
||||
|
||||
func (s *MySuite) TestHasSSE41(c *C) {
|
||||
|
||||
Reference in New Issue
Block a user