chelnak / ysmrr

YSMRR is a package that provides simple multi-line compatible spinners for Go applications.
MIT License
75 stars 6 forks source link

Revert spinner interface #11

Closed chelnak closed 2 years ago

chelnak commented 2 years ago

This commit removes the Spinner interface and exports the Spinner struct.

This is so that we can pass a *Spinner between goroutines.