1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

bug fix release

This commit is contained in:
Lunny Xiao
2017-01-09 23:51:21 +08:00
committed by Kim "BKC" Carlbäcker
parent b316b2e740
commit 7209917fd7
5 changed files with 14 additions and 9 deletions

2
vendor/code.gitea.io/git/Makefile generated vendored
View File

@@ -18,7 +18,7 @@ generate:
.PHONY: fmt
fmt:
go fmt $(PACKAGES)
find . -name "*.go" -type f -not -path "./vendor/*" | xargs gofmt -s -w
.PHONY: vet
vet: