minio/pkg/utils
Harshavardhana 596eeb097e Move from fmt.Errorf to errors.New
In many cases fmt.Errorf is good enough, but since
error is an interface, you can use arbitrary data
structures as error values, to allow callers to
inspect the details of the error.
2015-03-15 19:41:16 -07:00
..
checksum/crc32c Add crc32c license headers Golang and Minio 2015-03-12 02:05:05 -07:00
config Further fixes - 2015-03-06 02:04:21 -08:00
cpu Further fixes - 2015-03-06 02:04:21 -08:00
crypto Move from fmt.Errorf to errors.New 2015-03-15 19:41:16 -07:00
split Rename test-data to testdata, go will ignore it automatically 2015-03-07 01:32:35 -08:00