diff options
author | Unknwon <u@gogs.io> | 2016-08-09 12:56:00 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-09 12:56:00 -0700 |
commit | f70343660dc4cb585d2d322fcfb33f73f371683e (patch) | |
tree | 658bdcc07d2f360006c9b394565ab7b139b68271 /Makefile | |
parent | c8b45ecc2762a9d64dbe83cafd68b137661448a5 (diff) | |
download | gitea-f70343660dc4cb585d2d322fcfb33f73f371683e.tar.gz gitea-f70343660dc4cb585d2d322fcfb33f73f371683e.zip |
Little code refactoring
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |