Skip to content

INS368-Katas/lab4-range

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Range

Overview GoDoc

The assignment #4 required us to create a library based on the operations from the coding kata Range.

Installation

Once you have installed go, run this command to install the numberline package:

go get github.com/INS368-Katas/lab4-range/numberline

Running tests

In case you fork or clone the repository, these are the following steps to run the test cases for the numberline package:

  1. Navigate into the package folder: cd numberline/
  2. Finally run one of the following commands: go test or go test -v for a more verbose description of each running test case.

Documentation

There's an online reference for the package at godoc.org/github.com/INS368-Katas/lab4-range/numberline

Author

Alejandro Encarnación – aledeltoro

License

MIT.

About

Laboratory #4 for the class "Tendencias en Desarrollo de Aplicaciones" at INTEC.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages