cerrado @ 8a2461aa05895cc7828bc9619b50fa5dee5ed1f4

1build:
2	go build -o bin/cerrado
3
4run:
5	go run .
6
7test:
8	go test -v --tags=unit ./...