minio/pkg/erasure
Harshavardhana 408aa72146 build/vet: Fix all the shadowing reports with go1.6
Golang 1.6 is default version for the build now.

Additionally set 'GODEBUG=cgocheck=0' for now, until
we fix the erasure coding package.

Readmore here https://tip.golang.org/doc/go1.6#cgo
2016-02-23 14:34:39 -08:00
..
.gitignore xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
ctypes.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
doc.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
ec_minio_common.h xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
ec_minio_decode.c xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
ec_minio_encode.c xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
erasure_decode.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
erasure_encode.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
erasure_test.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
INSTALLGO.md build/vet: Fix all the shadowing reports with go1.6 2016-02-23 14:34:39 -08:00
LICENSE.INTEL xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
LICENSE.MINIO xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
README.md xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -08:00
stdint.go xl: Moved to minio/minio - fixes #1112 2016-02-11 15:43:36 -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

Supported platforms

Name Supported
Linux Yes
Windows Not yet
Mac OSX Yes

Supported architectures

Arch Supported
x86-64 Yes
arm64 Not yet
i386 Never