mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Add strict checks with vet, golint and gofmt
This commit is contained in:
@@ -17,8 +17,8 @@
|
||||
package crc32c
|
||||
|
||||
import (
|
||||
"io"
|
||||
"hash/crc32"
|
||||
"io"
|
||||
)
|
||||
|
||||
var castanagoliTable = crc32.MakeTable(crc32.Castagnoli)
|
||||
|
||||
Reference in New Issue
Block a user