Registry / cli / cheggaaa-pb-v2

cheggaaa-pb-v2

JSON →
library2.0.7gogounverified

A simple progress bar library for Go console applications.

go get gopkg.in/cheggaaa/pb.v2
INSTALL
IMPORT
SIG · CHEGGAAA-PB-V2
C
cheggaaa-pb-v2
cligov2.0.7
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.v2

Creates and updates a progress bar in the terminal.

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

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
37 hits · last 30 days
node
34
Resources
cheggaaa-pb-v2 — go get cheggaaa-pb-v2 · libregistry