mirror of
https://github.com/minio/minio
synced 2026-08-29 14:36:37 -04:00
- 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'
|
||
|---|---|---|
| .. | ||
| api_test.go | ||
| bucket_handlers.go | ||
| contenttype.go | ||
| definitions.go | ||
| error_response.go | ||
| generic_handlers.go | ||
| headers.go | ||
| muxer.go | ||
| object_handlers.go | ||
| policy_handlers.go | ||
| resources.go | ||
| response.go | ||