index
:
cerrado
master
Self host single person's forge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Makefile
blob: ecf165dce0342209fc2879c732b2eb8d7b06eba0 (
plain
)
1
2
3
4
5
6
7
8
build
:
go
build
-o
bin/cerrado
run
:
go
run
.
test
:
go
test
-v
--tags
=
unit
./...