minio/pkg/api
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
..
minioapi Move from fmt.Errorf to errors.New 2015-03-15 19:41:16 -07:00
webuiapi Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00