index
:
gotosocial.git
next
trunk
GoToSocial is an ActivityPub social network server
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vendor
/
github.com
/
ulule
/
limiter
/
v3
/
Makefile
blob: 90f076e0a2d82ccc3e1357263bdebbd82cea7b3a (
plain
)
1
2
3
4
5
6
7
.PHONY
:
test lint
test
:
@
(
scripts/test
)
lint
:
@
(
scripts/lint
)