Registry / utility / segmentio-textio

segmentio-textio

JSON →
library1.2.0gogounverified

Textio provides enhanced text I/O utilities for Go, including progress bars and line reading.

go get github.com/segmentio/textio
INSTALL
IMPORT
SIG · SEGMENTIO-TEXTIO
S
segmentio-textio
utilitygov1.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.

textio
github.com/segmentio/textio

Creates a progress bar and increments it to completion.

package main import ( "fmt" "github.com/segmentio/textio" ) func main() { p := textio.NewProgressBar(10) for i := 0; i < 10; i++ { p.Add(1) } fmt.Println("Done") }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
segmentio-textio — go get segmentio-textio · libregistry