This website works better with JavaScript.
code
.tokarch.uk
Explore
Help
Sign In
third_party
/
gitea
Watch
1
Star
0
Fork
You've already forked gitea
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9277
Commits
2
Branches
0
Tags
242 MiB
Tag:
Branch:
Tree:
4c54477bb5
tokarchuk/v1.17
tokarchuk/v1.18
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4c54477bb5'
${ noResults }
gitea
/
vendor
/
gitea.com
/
jolheiser
/
gitea-vet
/
Makefile
7 lines
62 B
Raw
Normal View
History
Unescape
Escape
Add gitea-vet (#10948) * Add copyright Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add gitea-vet and fix non-compliance Signed-off-by: jolheiser <john.olheiser@gmail.com> * Combine tools.go into build.go and clean up Signed-off-by: jolheiser <john.olheiser@gmail.com> * Remove extra GO111MODULE=on Signed-off-by: jolheiser <john.olheiser@gmail.com>
5 years ago
.PHONY
:
build
build
:
go build
.PHONY
:
fmt
fmt
:
go fmt ./...