schollz / progressbar

A really basic thread-safe progress bar for Golang applications

Home Page:https://pkg.go.dev/github.com/schollz/progressbar/v3?tab=doc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I have a problem with ansi.NewStdout()

offensive-droid opened this issue · comments

ansi.NewAnsiStdout() undefined

Hi,
you need to install go-ansi
with go get github.com/k0kubun/go-ansi.