mirror of
https://github.com/pgsty/minio.git
synced 2026-08-11 00:33:28 +03:00
Fix all the golint complaints about newly added changes
Do not use func(this *server), such generic names should not be used for writing struct methods.
This commit is contained in:
@@ -21,6 +21,7 @@ import (
|
||||
"github.com/gorilla/rpc/v2/json"
|
||||
)
|
||||
|
||||
// Server new rpc server container
|
||||
type Server struct {
|
||||
*rpc.Server
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user