Golint cleanup utils/crypto/sha*,cpu,md5

This commit is contained in:
Harshavardhana
2015-03-05 20:16:47 -08:00
parent 66e31445ff
commit 256faddab5
7 changed files with 19 additions and 19 deletions

View File

@@ -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) {