index
:
feedaka
feat/multi-user
main
feedaka
nsfisis
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
backend
/
justfile
blob: c2f97fff0a3f00c9cf72e504122507c614cec42b (
plain
)
1
2
3
4
5
6
7
8
build: go build -o feedaka . fmt: go fmt . check: go build -o /dev/null .