Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 213 Bytes

File metadata and controls

11 lines (10 loc) · 213 Bytes

Set of minimalistic style packages

1 Spinner

How to use:

 fmt.Println("Work in progress")
 s := spinner.Start()
 time.Sleep(time.Second * 10)
 s.Stop()