diff options
author | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-04 13:49:10 +0100 |
---|---|---|
committer | Matthias Loibl <mail@matthiasloibl.com> | 2016-11-04 13:49:10 +0100 |
commit | f01d927efbd1bcbb6c9312281c3c16179360b084 (patch) | |
tree | c1b28b79238aab09d05cc860983558e1e02b18cd /Makefile | |
parent | a2514904cba3c89630fd76af38f672379d7c3326 (diff) | |
download | gitea-f01d927efbd1bcbb6c9312281c3c16179360b084.tar.gz gitea-f01d927efbd1bcbb6c9312281c3c16179360b084.zip |
Rename all occurrences of gogs.go
Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ check: test dist: release govet: - $(GOVET) gogs.go + $(GOVET) main.go $(GOVET) models modules routers build: $(GENERATED) |