Registry / cli / tj-go-spin

tj-go-spin

JSON →
library1.1.0gogounverified

A simple terminal spinner for Go command-line applications.

go get github.com/tj/go-spin
INSTALL
IMPORT
SIG · TJ-GO-SPIN
T
tj-go-spin
cligov1.1.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.

spin
github.com/tj/go-spin

Creates and advances a spinner.

package main import "github.com/tj/go-spin" func main() { s := spin.New() for i := 0; i < 10; i++ { s.Next() } }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
20
Resources
tj-go-spin — go get tj-go-spin · libregistry