Registry / utility / machinebox-progress

machinebox-progress

JSON →
library0.2.0gogounverified

A Go package providing io.Reader and io.Writer with progress and remaining time estimation.

go get github.com/machinebox/progress
INSTALL
IMPORT
SIG · MACHINEBOX-PROGRES
M
machinebox-progress
utilitygov0.2.0
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.

progress
github.com/machinebox/progress

Wraps a file reader with progress tracking.

package main import ( "io" "os" "github.com/machinebox/progress" ) func main() { r, _ := os.Open("file.txt") pr := progress.NewReader(r) io.Copy(io.Discard, pr) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
machinebox-progress — go get machinebox-progress · libregistry