git
cerrado @ 8a2461aa05895cc7828bc9619b50fa5dee5ed1f4
about
summary
refs
log
tree
root/
Makefile
1
build
:
2
go build -o bin/cerrado
3
4
run
:
5
go run .
6
7
test
:
8
go
test
-v --tags
=
unit ./...