Add strict checks with vet, golint and gofmt

This commit is contained in:
Harshavardhana
2015-03-09 16:15:06 -07:00
parent d02fb75dfd
commit b952855779
6 changed files with 25 additions and 17 deletions

View File

@@ -17,5 +17,3 @@ func blockAVX2(dig *digest, p []byte) {
func blockSSE3(dig *digest, p []byte) {
C.sha1_update_intel((*C.int32_t)(unsafe.Pointer(&dig.h[0])), (*C.char)(unsafe.Pointer(&p[0])), (C.size_t)(len(p)/chunk))
}