mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
Golint cleanup pkg/api
This commit is contained in:
@@ -106,7 +106,7 @@ func (e ObjectNotFound) Error() string {
|
||||
|
||||
// Return string an error formatted as the given text
|
||||
func (e APINotImplemented) Error() string {
|
||||
return "Api not implemented: " + e.Api
|
||||
return "Api not implemented: " + e.API
|
||||
}
|
||||
|
||||
// Return string an error formatted as the given text
|
||||
|
||||
Reference in New Issue
Block a user