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
..
2015-03-06 02:04:21 -08:00
2015-01-14 11:29:04 -08:00
2015-02-23 13:39:16 -08:00
2015-03-06 02:04:21 -08:00

Introduction

Erasure is an open source Golang library written on top of ISAL (Intel Intelligent Storage Library) released under Apache license v2

Developers