1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

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)