Little terminal spinner lib.
View the docs.
$ go get github.com/tj/go-spin
s := spin.New()
for i := 0; i < 30; i++ {
fmt.Printf("\r \033[36mcomputing\033[m %s ", s.Next())
time.Sleep(100 * time.Millisecond)
}MIT
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Little terminal spinner lib.
View the docs.
$ go get github.com/tj/go-spin
s := spin.New()
for i := 0; i < 30; i++ {
fmt.Printf("\r \033[36mcomputing\033[m %s ", s.Next())
time.Sleep(100 * time.Millisecond)
}MIT