The cons Package

I’ve shared the repo for my cons package. It’s written in Go and is aimed at helping create console programs in Go, of the type that loop and interpret your commands until you exit. The cons package also includes some color support to make it a bit easier to use colors in your text output and/or your prompt. The package has no external dependencies, that is, outside of the Go standard package library.

About Me

I’m Robert Ferrante (rferrante). I am a software engineer. I’m currently learning Go, and sharing some software on Github. In my career, started out working in C, moving into Objective-C, VB, Java, then C# for a while, followed by Python. I learned something from all of them, but Go feels like home now, at least for a while.