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:
Harshavardhana
2015-09-17 18:53:40 -07:00
parent 9e7e00e270
commit 1887114444
6 changed files with 37 additions and 21 deletions

View File

@@ -29,8 +29,8 @@ fmt:
lint:
@echo "Running $@:"
@GO15VENDOREXPERIMENT=1 golint .
@GO15VENDOREXPERIMENT=1 golint pkg
@GO15VENDOREXPERIMENT=1 golint *.go
@GO15VENDOREXPERIMENT=1 golint github.com/minio/minio/pkg...
cyclo:
@echo "Running $@:"