Tabular Terminal O/P Format


Pritish Mishra
 

Hi
I am writing a CF CLI plugin using GoLang. I needed a library for displaying the console output in a tabular manner.
Though it was possible using the standard tabwriter provided by go, I needed some additional UI functionalities.
Hence, I thought of using a library for creating ASCII table in golang by olekukonko (https://github.com/olekukonko/tablewriter).

Can you please suggest if this is a recommended approach or should I use some other verified library?

Thanks
Pritish

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.