Skip to content

Commit

Permalink
make it perfect
Browse files Browse the repository at this point in the history
  • Loading branch information
godaner committed Feb 19, 2021
1 parent dc0e896 commit f1e46e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spinner/example/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func main() {
s := spinner.Spinner{}
s := spinner.DownloadSpinner{}
s.Start() // Start the spinner
defer s.Stop()
go func() {
Expand Down

0 comments on commit f1e46e5

Please sign in to comment.