v1.1
Added tty package which is a collection of simple functions for using the console/terminal with ANSI colors and cursor addressing.
- Print beautifully on the console using colors (if supported by terminal). See
cmd/demo-tty - Cursor addressing on the console terminal
- A simple
tty.ShowProgressBar()function with 3 progress bar styles.
Change Log
Full Changelog: v1.0.2...v1.1