The assignment #4 required us to create a library based on the operations from the coding kata Range.
Once you have installed go, run this command to install the numberline package:
go get github.com/INS368-Katas/lab4-range/numberline
In case you fork or clone the repository, these are the following steps to run the test cases for the numberline package:
- Navigate into the package folder:
cd numberline/ - Finally run one of the following commands:
go testorgo test -vfor a more verbose description of each running test case.
There's an online reference for the package at godoc.org/github.com/INS368-Katas/lab4-range/numberline
Alejandro Encarnación – aledeltoro
MIT.