git
cerrado @ fadc75c731368d39edc718246b6dedff40e097e3
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 ./...