Golang Testing Example with Roman Numerals

This repository contains an example Golang program used to illustrate
table-driven tests, automated build, and unit test code coverage.
The library provides a simple function for converting Roman numerals
(in string form) into numbers. It also flags invalid string input.
See the accompanying LICENSE file for usage information.