minio/pkg/utils/checksum/crc32c
Harshavardhana e5af8a3f5d Further fixes -
- All test files have been renamed to their respective <package>_test name,
    this is done in accordance with
      - https://github.com/golang/go/wiki/CodeReviewComments#import-dot
        imports are largely used in testing, but to avoid namespace collision
        and circular dependencies

  - Never use _* in package names other than "_test" change fragment_v1 to expose
    fragment just like 'gopkg.in/check.v1'
2015-03-06 02:04:21 -08:00
..
crc32c_darwin.go Further fixes - 2015-03-06 02:04:21 -08:00
crc32c_intel.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
crc32c_linux.go Golint cleanup utils/crypto/sha*,cpu,md5 2015-03-05 21:09:19 -08:00
crc32c_linux_amd64.S Implement crc32c for Darwin, update documentation 2015-01-23 19:43:51 -08:00
crc32c_test.go Crc32c re-implementation with Convenience functions 2015-02-27 13:39:17 -08:00
doc.go Further restructure 2015-01-14 12:40:43 -08:00