Little code refactoring

This commit is contained in:
Unknwon 2016-08-09 12:56:00 -07:00
parent c8b45ecc27
commit f70343660d
6 changed files with 22 additions and 27 deletions

View file

@ -17,7 +17,6 @@ GOVET = go tool vet -composites=false -methods=false -structtags=false
.IGNORE: public/css/gogs.css
# FIXME: find a way to ignore /vendor/ and /data/ directories.
govet:
$(GOVET) gogs.go
$(GOVET) models modules routers