minio/pkg/api/minioapi
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
..
api_test.go Further fixes - 2015-03-06 02:04:21 -08:00
bucket_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
contenttype.go Update minioapi documentation 2015-02-23 16:46:48 -08:00
definitions.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
error_response.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
generic_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
headers.go Update minioapi documentation 2015-02-23 16:46:48 -08:00
muxer.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
object_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
policy_handlers.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00
resources.go Implement delimiter, path prefix 2015-02-27 16:23:05 -08:00
response.go Golint cleanup pkg/api 2015-03-05 21:09:19 -08:00