3 lines
153 B
Go
3 lines
153 B
Go
|
// Package uilive provides a writer that live updates the terminal. It provides a buffered io.Writer that is flushed at a timed interval.
|
||
|
package uilive
|