Test coverage analysis in your terminal.
go get github.com/kjellkvinge/gocover
usage: gocover [file/function]
-coverFilename string
Cover profile filename location
-file string
show annotated source code for selected file
-func string
Show only selected function
-legend
Print sample colors
-runtests
Run tests and generate coverage profile (default true)