A small package to convert integers to roman numbers. The intersting bit is that the conversion into roman is not a mathematical solution. Its pure text processing. Kudos to Kevlin Henney for this solution (although it was not in go)
This is a learning repo. Learn how to code Go, how to test Go and now to integrate GitHub with Travis and Coveralls
$> go run main.go 10
I
II
III
IV
V
VI
VII
VIII
IX
X