Yves Baumes

Results 2 comments of Yves Baumes

Same here. Reproduced with this code: ``` package main import ( "github.com/gosuri/uiprogress" "time" ) func main() { uiprogress.Start() // start rendering defer uiprogress.Stop() bar := uiprogress.AddBar(100) // Add a new...

As a side note: unit tests do not work on `master` branch, on my machine: > zeroconf % go test -v === RUN TestBasic 2025/11/23 18:54:44 Published service: test--xxxxxxxxxxxx, type:...