Minor fix for #2567
This commit is contained in:
parent
daa43cfb6e
commit
a1d97e8f5c
8 changed files with 17 additions and 14 deletions
4
Makefile
4
Makefile
|
@ -19,6 +19,10 @@ build: $(GENERATED)
|
|||
go install -v -ldflags '$(LDFLAGS)' -tags '$(TAGS)'
|
||||
cp '$(GOPATH)/bin/gogs' .
|
||||
|
||||
build-dev: $(GENERATED)
|
||||
go install -v -race -tags '$(TAGS)'
|
||||
cp '$(GOPATH)/bin/gogs' .
|
||||
|
||||
govet:
|
||||
go tool vet -composites=false -methods=false -structtags=false .
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue