fix: error return
add error message
adjust to being a package
This is simple random number generator that writes to an excel. It follows specific rules from the demand.
The go script will read the input excel file (Entrada.xlsx
) and generate the output accordingly. The cells that are not with the white fill is not allowed for human hands.
Once you are satisfied with the input, just run it. By the magic of computer science, if no error happened, there will be a new file Croqui.xlsx
.
For now, the only way is to run with the go
command. I aliased it in a make file:
make run
The idea here is to be used in windows os. So, there is a make for it! (It needs testing!)
make win-build
In no particular sequence of importance.
Fix
1.1.0
1.0.0 Initial version.