Registry / cli / cheggaaa-pb-v1

cheggaaa-pb-v1

JSON →
library1.0.28gogounverified

Simple console progress bars for Go applications.

go get gopkg.in/cheggaaa/pb.v1
INSTALL
IMPORT
SIG · CHEGGAAA-PB-V1
C
cheggaaa-pb-v1
cligov1.0.28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

pb
gopkg.in/cheggaaa/pb.v1

Create and update a progress bar.

package main import ( "time" "gopkg.in/cheggaaa/pb.v1" ) func main() { count := 100 bar := pb.StartNew(count) for i := 0; i < count; i++ { bar.Increment() time.Sleep(time.Millisecond) } bar.Finish() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.28latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
32 hits · last 30 days
node
28
Resources
cheggaaa-pb-v1 — go get cheggaaa-pb-v1 · libregistry