Rename all occurrences of gogs.go

Signed-off-by: Matthias Loibl <mail@matthiasloibl.com>
This commit is contained in:
Matthias Loibl 2016-11-04 13:49:10 +01:00
parent a2514904cb
commit f01d927efb
4 changed files with 9 additions and 6 deletions

View file

@ -24,7 +24,7 @@ check: test
dist: release
govet:
$(GOVET) gogs.go
$(GOVET) main.go
$(GOVET) models modules routers
build: $(GENERATED)