cerrado @ fadc75c731368d39edc718246b6dedff40e097e3

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