1
0
mirror of https://github.com/minio/minio.git synced 2025-02-13 14:48:09 -05:00

3 Commits

Author SHA1 Message Date
Harshavardhana
1bc32215b9
enable full linter across the codebase ()
enable linter using golangci-lint across
codebase to run a bunch of linters together,
we shall enable new linters as we fix more
things the codebase.

This PR fixes the first stage of this
cleanup.
2020-05-18 09:59:45 -07:00
Harshavardhana
5d3d57c12a
Start using error wrapping with fmt.Errorf ()
Use fatih/errwrap to fix all the code to use
error wrapping with fmt.Errorf()
2019-12-02 09:28:01 -08:00
Harshavardhana
1dc25bcf5f
Add mint tests into MinIO repo () 2019-07-09 18:32:39 -07:00